[Overview][Types][Classes][Procedures and functions][Index] |
Indicates which objects should be visible in a shell control
Source position: shellctrls.pas line 44
type TObjectTypes = set of ( |
||
otFolders, |
|
Indicates that folders, also known as directories, should be visible. This include folders which represent virtual objects such as hard drives. Hidden folders are shown only if otHidden is also present. |
otNonFolders, |
|
Indicates that non-folder objects should be shown, which are usually files. Hidden files will be shown if otHidden is also present. |
otHidden |
|
Indicates that hidden objects should be shown. This value is meaningful together with one of the other values. |
); |
lazarus-ccr.sourceforge.net |