ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TJamFileNameFormat

Variants concerning the presentation of file names.

Syntax
Pascal
TJamFileNameFormat = (
  Auto,
  IncludeExtensions,
  ExcludeExtensions
);
Members 
Description 
Auto 
Like in Windows Explorer. 
IncludeExtensions 
File extensions are always presented. 
ExcludeExtensions 
File extensions are always hidden.