TTMSFNCDataGridColumnsEditor Class
Non-visual component that shows a dialog for toggling column visibility and reordering columns by drag-and-drop. Drop it on a form and call
Execute, or useTTMSFNCDataGrid.ShowColumnsEditordirectly.
API unit family: TMSFNCDataGridColumnsEditor
Inherits from: TTMSFNCCustomDataGridColumnsEditor
Syntax
TTMSFNCDataGridColumnsEditor = class(TTMSFNCCustomDataGridColumnsEditor)
Properties
| Name | Description |
|---|---|
| Options | Options controlling dialog behaviour and which columns are listed. (inherited from TTMSFNCCustomDataGridColumnsEditor) |
| Renderer | The renderer whose columns are managed by this dialog. (inherited from TTMSFNCCustomDataGridColumnsEditor) |
Methods
| Name | Description |
|---|---|
| Execute | Opens the dialog. On Web, AProc is called with the modal result when the dialog closes; AModal controls whether execution blocks. (inherited from TTMSFNCCustomDataGridColumnsEditor) |
| UpdateList | Rebuilds the checked list from the current column definitions of the assigned renderer. (inherited from TTMSFNCCustomDataGridColumnsEditor) |