Classes
Name | Description |
---|---|
TNextGrid6 | NextGrid6 component class. |
TNxCell6 | Base class for all cell types. |
TNxCustomGrid6 | Base class of both NextGrid6 and NextDBGrid6. |
TNxColumn6 | Base class for all columns. |
TNxColumnFooter | Class for Column's Footer properties. |
TNxColumnHeader | Class for Column's Header properties. |
TNxColumns6 | Class used for storing, accessing and managing columns. |
TNxColumnPart | Ascendant class for header and footer classes. |
TNxGridSerialization | Class that provides methods for saving and loading grid data or structure. |
TNxGridView6 | Base class for all grid views. |
TNxReportGridView6 | Class for table layout grid view. |
TNxRow6 | Class for rows in the grid. |
TNxSlideBound6 | Location and size of cell in SlideView mode. |
TNxSlidesGridView6 | Class for slides (pages) layout grid view. |
TNxStacksGridView6 | GridView that mimics "Large icons" view from File Explorer. |
Column types
Name | Description |
---|---|
TNxButtonColumn6 | Column with TNxButtonEdit as an in-place editor. |
TNxChartColumn6 | Class for Chart column. |
TNxCheckBoxColumn6 | Class for CheckBox column. |
TNxComboBoxColumn6 | Column with combo-box as an editor. |
TNxGraphicColumn6 | Column capable for displaying TGraphic descendants (such as TJPEGImage , TBitmap ...) |
TNxGridColumn6 | Column that shows a simple grid. |
TNxHTMLColumn6 | Column capable of displaying a simple HTML. |
TNxIconColumn6 | Icon column that displays an icon from TImageList . |
TNxIncrementColumn6 | Icon column that displays index of row. |
TNxListBoxColumn6 | ListBox column that stores selected index as the value of cell. |
TNxListColumn6 | ComboBox column that stores selected index as the value of cell. |
TNxMemoColumn6 | Column with multi-line editor. |
TNxNumberColumn6 | Column that stores and displays numbers. |
TNxProgressColumn6 | Column that displays progress bar as a value. |
TNxRateColumn6 | Column that can display rating (as stars, or in any image). |
TNxTextColumn6 | Basic text column. |
TNxToolbarColumn6 | Column that contains array of buttons with images. |
TNxTreeColumn6 | Column that can collapse and expand child rows. |
TNxTrackBarColumn6 | Column that shows track-bar that can be used for modifying the value. |