cxTL Unit
Implements base classes for all tree list controls, the unbound tree list control, and related setting classes.
Classes
| Name | Description |
|---|---|
| TcxCustomTreeList | The base class all Tree List controls. |
| TcxTreeList | A control that displays data in a tree-like manner. |
| TcxTreeListBand | A band within a TreeList control. |
| TcxTreeListBandCellViewInfo | Stores ViewInfo information specific to the band background. |
| TcxTreeListBandOptions | Represents band options. |
| TcxTreeListBandPosition | Represents a set of options that determine layout aspects of a band within the TreeList control. |
| TcxTreeListBandRow | Represents a band‘s row displaying column headers. |
| TcxTreeListBandRows | Represents a collection of band rows associated with a certain band. |
| TcxTreeListBands | Represents a band collection. |
| TcxTreeListBandStyles | A collection of style links for the various band elements. |
| TcxTreeListBuiltInMenu | Represents a generic built-in context TreeList menu. |
| TcxTreeListCaption | Represents a class that allows you to define settings of a band or a column caption. |
| TcxTreeListColumn | An unbound Tree List column. |
| TcxTreeListColumnExcelFilterPopupOptions | Contains settings of a tree list column‘s Excel-inspired filter dropdown. |
| TcxTreeListColumnFilterPopupIncrementalFilteringOptions | Contains incremental filtering settings of a tree list column‘s classic filter dropdown. |
| TcxTreeListColumnFilterPopupOptions | Contains a tree list column’s filter dropdown settings. |
| TcxTreeListColumnHeaderPopupMenu | Represents the column header context menu. |
| TcxTreeListColumnOptions | Contains column options. |
| TcxTreeListColumnPosition | Contains a set of options that determine the layout aspects of a column within the TreeList control. |
| TcxTreeListColumnStyles | Contains a column’s style settings. |
| TcxTreeListColumnSummary | Stores column summaries. |
| TcxTreeListCustomBuiltInMenu | Represents the base class for TreeList built-in context menus. |
| TcxTreeListCustomCellViewInfo | The base class for the TcxTreeListBandCellViewInfo, TcxTreeListCustomHeaderCellViewInfo, TcxTreeListFooterCellViewInfo and TcxTreeListIndentCellViewInfo classes that store ViewInfo information about tree list elements. |
| TcxTreeListCustomHeaderCellViewInfo | The base class for the TcxTreeListHeaderCellViewInfo and TcxTreeListIndicatorCellViewInfo classes. |
| TcxTreeListCustomizing | Contains the Customize window’s settings. |
| TcxTreeListCustomPopupMenu | The base class for TreeList context menus. |
| TcxTreeListDataController | The base class for all classes that implement data controllers for tree list controls. |
| TcxTreeListDataFindCriteria | Stores data search criteria and Find Panel settings for a tree list data controller. |
| TcxTreeListDateTimeHandling | |
| TcxTreeListEditCellViewInfo | Stores ViewInfo information specific to data and preview cells. |
| TcxTreeListFilterBox | Contains a TreeList control’s filter panel settings. |
| TcxTreeListFiltering | Contains a TreeList control’s filter settings. |
| TcxTreeListFilteringColumnExcelPopupOptions | Contains settings of Excel-inspired filter dropdowns in tree list controls. |
| TcxTreeListFilteringColumnPopupOptions | Contains settings common to all filter dropdowns that a tree list control uses. |
| TcxTreeListFooterCellViewInfo | Stores ViewInfo information specific to the footer and group footer cells. |
| TcxTreeListFooterPopupMenu | Represents the footer context menu. |
| TcxTreeListGroupFooterPopupMenu | Represents the group footer context menu. |
| TcxTreeListHeaderCellViewInfo | Stores ViewInfo information specific to band and column headers. |
| TcxTreeListHitTest | Contains HitTest information about the tree list elements located at a specified test point. |
| TcxTreeListIndentCellViewInfo | Stores ViewInfo information specific to indent cells. |
| TcxTreeListIndicatorCellViewInfo | Stores ViewInfo information specific to the node indicator. |
| TcxTreeListLikeParams | Represents search pattern wildcards used by a TreeList control’s FindNodeByText method in the tlfmLike mode. |
| TcxTreeListNode | The base class for tree list nodes. |
| TcxTreeListNodeViewData | |
| TcxTreeListOptionsBehavior | Stores a TreeList control’s behavior and end-user functionality settings. |
| TcxTreeListOptionsCustomizing | Represents a set of options, which determine how end-users can customize a TreeList control’s layout. |
| TcxTreeListOptionsData | Contains settings that enable and configure data management operations in an unbound TreeList control. |
| TcxTreeListOptionsSelection | Represents selection settings for a TreeList control. |
| TcxTreeListOptionsView | Stores Tree List control appearance settings. |
| TcxTreeListPopupMenu | Represents a TreeList control’s generic context menu. |
| TcxTreeListPopupMenus | Represents a set of context menus available within the TreeList control. |
| TcxTreeListPreview | Stores appearance and behavior settings of the tree node preview section. |
| TcxTreeListScrollbarAnnotationOptions | Stores tree list scrollbar annotation options. |
| TcxTreeListStyles | Stores Tree List control style settings. |
| TcxTreeListStyleSheet | A style sheet for the TreeList control. |
| TcxTreeListSummary | A tree list summary collection. |
| TcxTreeListSummaryItem | A set of appearance and calculation options for a column‘s footer and group summaries. |
| TcxTreeListSummaryItems | A collection of column summaries. |
| TcxTreeListViewInfo | |
| TcxUnboundTreeListNode | Represents the TcxTreeList control’s node. |
Interfaces
| Name |
|---|
| IcxTreeListDesigner |
| IcxTreeListDesignTimeOperations |
| IcxTreeListDesignTimeOperations2 |
Enums
| Name | Description |
|---|---|
| TcxTreeListBandExpandable | |
| TcxTreeListBandFixedKind | |
| TcxTreeListBandPart | Enumerates band areas. |
| TcxTreeListBuiltInMenuItemType | Enumerates available types of built-in context menu items. |
| TcxTreeListColumnHeaderPopupMenuItem | |
| TcxTreeListFindMode | |
| TcxTreeListFooterPopupMenuItem | |
| TcxTreeListGridLines | |
| TcxTreeListGroupFootersMode | |
| TcxTreeListImageIndexType | Enumerates types of images displayed in the node. |
| TcxTreeListIndentLine | |
| TcxTreeListIndicatorPosition | |
| TcxTreeListNodeAttachMode | Specifies the manner in which one node is attached to another. |
| TcxTreeListNodeCheckGroupType | |
| TcxTreeListNodeIndentKind | |
| TcxTreeListPaintStyle | |
| TcxTreeListPreviewPlace | |
| TcxTreeListStorageOption | Enumerates flags that correspond to individual Tree List user interaction states stored in a file, stream, or system registry. |
| TcxTreeListTreeLineStyle |
Constants
Types
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