[Overview][Types][Classes][Procedures and functions][Index] |
Controls which file system objects are visible on the list view control.
Source position: shellctrls.pas line 299
public property TCustomShellListView.ObjectTypes : TObjectTypes |
ObjectTypes is a TObjectTypes property with the set of file system objects displayed by the list view control. It allows zero or more values from the TObjectType enumeration to be included in the property. The default value for the property is [otNonFolders] and allows file system objects other than directories to be displayed on the list view control.
See TObjectType for the list of enumeration values and their meanings.
Changing the value for the property causes the contents of the list view control to be cleared and reloaded. If Selected has been assigned, it is restored following the update to the list view items.
|
Fills the list view with file system information for the directory in Root. |
|
|
Indicates the file system objects displayed using the control. |
|
|
Set type with values that indicate the visible objects in a Shell control. |
|
|
Clears the Items for the list view. |
|
|
Contains the selected list item in the list view control. |
Version 4.0 | Generated 2025-05-03 | Home |