cxTLData Unit
Implements the tree list control designed for use in provider data access mode.
Classes
Name | Description |
---|---|
TcxCustomDataTreeList | The base class for for virtual and data-aware Tree List controls. |
TcxCustomVirtualTreeList | The base class for the TcxVirtualTreeList control used in provider mode. |
TcxDataTreeListDataController | Manages interaction between the TcxVirtualTreeList control and the linked custom data source in provider mode. |
TcxTreeListCustomDataSource | A custom data source for the virtual TreeList control. |
TcxVirtualTreeList | A TreeList control used in provider mode. |
TcxVirtualTreeListNode | The TcxVirtualTreeList control’s node. |
TcxVirtualTreeListOptionsData | Contains settings that enable and configure data management operations in a virtual TreeList control. |
Remarks
The cxTLExportLink unit implements all global procedures that allow you to export grid data to a file or stream in different formats.
See Also