vcl-cxtl-5872c840.md
Enumerates flags that correspond to individual Tree List user interaction states stored in a file, stream, or system registry.
TcxTreeListStorageOption = (
tsoUseDataViewState,
tsoExpanded,
tsoFocusedRecord,
tsoFocusedItem,
tsoSelected,
tsoTopRecord
);
| Name | Description |
|---|---|
tsoUseDataViewState |
Use this flag with tsoExpanded, tsoFocusedItem, tsoFocusedRecord, tsoSelected, and tsoTopRecord in the following Store~/Restore~ calls:
|
| tsoExpanded |
Stores/restores node expanded states.
|
| tsoFocusedRecord |
Stores/restores the focus position at a specific record.
Related flag: tsoFocusedItem.
|
| tsoFocusedItem |
Stores/restores the focus position at a specific column.
Related flag: tsoFocusedRecord.
|
| tsoSelected |
Stores/restores record selection.
|
| tsoTopRecord |
Stores/restores the scroll position (the record at the top client area border).
|
The TcxTreeListStorageOption type enumerates flags that correspond to individual user interaction states in a Tree List control.
The following public APIs reference the TcxTreeListStorageOption type:
cxTreeListStoreAllDataViewStatesSpecifies a set of flags that correspond to all user interaction states in a Tree List control.TcxTreeListStorageOptionsA set of flags that correspond to individual Tree List user interaction states stored in a file, stream, or system registry. See Also