[Overview][Types][Classes][Procedures and functions][Index] |
Indicates which objects should be visible in a Shell control.
Source position: shellctrls.pas line 40
type TObjectType = ( |
||
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. |
); |
TObjectType is an enumerated type with values that indicate which file system objects are visible in a Shell control. Values from the enumeration are stored in the TObjectTypes set type.
|
Set type with values that indicate the visible objects in a Shell control. |
|
|
Indicates the file system objects displayed using the control. |
|
|
Controls which file system objects are visible on the list view control. |
Version 4.0 | Generated 2025-05-03 | Home |