ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TShellBrowser.GetColumnText

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

Syntax
Pascal
function GetColumnText(pColumnIndex: Integer; pHeader: Boolean): string; 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.