[Overview][Types][Classes][Procedures and functions][Index] |
Indicates the file system objects displayed using the control.
Source position: shellctrls.pas line 106
public property TCustomShellTreeView.ObjectTypes : TObjectTypes |
ObjectTypes is a TObjectTypes property with the file system objects which can be stored in Items and displayed on the tree view control. It is a set type and can contains zero or more values from the TObjectType enumeration. When values are included in the set, they are enabled and displayed on the control.
Changing the values in the property causes the Refresh method to be called to reload the Items for the control starting at the root directory. The currently Selected tree node is saved before the nodes are refreshed, and restored when Items has been reloaded. An exception raised when the path no longer exists in the tree nodes is handled and ignored in the method.
|
Indicates the file system objects displayed using the control. |
|
|
The container with the TTreeNode instances for the control. |
|
|
Path to the directory displayed in the shell control. |
|
|
Indicates the directory to start showing the list of items. |
|
|
Updates the tree view to display file system objects starting at the specified tree node. |
|
|
Set type with values that indicate the visible objects in a Shell control. |
|
|
Indicates which objects should be visible in a Shell control. |