[Overview][Types][Classes][Procedures and functions][Index] |
Set type with values that indicate the visible objects in a Shell control.
Source position: shellctrls.pas line 44
type TObjectTypes = set of ( |
||
otFolders, |
|
Indicates that folders (directories) should be visible. This includes folders which represent virtual objects such as disk devices. 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 when used along with one of the other values. |
); |
|
Indicates which objects should be visible in a Shell control. |
|
|
Indicates which objects should be shown in this control (for example if it should show files and directories or only directories). |
|
|
Indicates which objects are visible in the control (files and/or directories, hidden files, etc.). |
lazarus-ccr.sourceforge.net |