ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TShellBrowser.GetColumnText Method (Integer, Boolean)

Returns the text which would be displayed in the Details view of the Windows Explorer.

Syntax
Pascal
function GetColumnText(pColumnIndex: Integer; pHeader: Boolean): UnicodeString; overload;
Parameters 
Description 
pColumnIndex: Integer 
Index of the column. Column 0 is usually the name. 
pHeader: Boolean 
true, if the column header text should be returned, false if the text for the currently active item should be returned.  

The text to display.

Copyright (c) 2011. All rights reserved.