ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamControls.TFileListCaption

Options for the format of the caption of FileListItems.

Syntax
Pascal
TFileListCaption = (
  Auto,
  FileName,
  Path
);
Members 
Description 
Auto 
The caption depends on the viewstyle of the list. If it doesn''t contains columns or only 1 column, the complete path is displayed, else only the filename. 
FileName 
Only display the filename. 
Path 
Show the full path.