Unit FireDataGridModelController
Uses
Functions and Procedures
Constants
Variables
Description
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Record TModelIndex |
|
Class TFireModelAbstract |
|
Class TFireBaseEventArgs |
|
Class TFireGridDataSourceModel |
|
Record TFireGridModelGroup |
|
Record TFireGridCell |
|
Record TFireGridRow |
|
Record TFireGridIndexColumn |
|
Class TFireGridModelDataBinding |
|
Class TFireGridPersistentRow |
|
Class TFireGridRelationEventArgs |
|
Class TFireGridSelection |
|
Class TFireGridCellSelectionRange |
|
Class TFireGridSelectionRanges |
|
Class TFireGridModelController |
|
Class TFireGridFilterHistory |
|
Class TFireGridFilter |
|
Class TFireGridFilterCondition |
|
Class TFireGridFilterValueCondition |
|
Class TFireGridFilterFrozenValueCondition |
|
Class TFireGridFilterGroupCondition |
|
Class TFireGridSummarySetting |
|
Class TFireGridSummaryGroupSetting |
|
Record TFireGridSummaryValue |
|
Class TFireGridSummary |
Types
Description
Types
TModelItemDataRole = (...); |
Values
|
TModelItemFlag = (...); |
Values
|
TModelItemFlags = set of TModelItemFlag; |
TFireModelDataChangeNotifyEvent = procedure(Sender: TObject; const Index: TModelIndex) of object; |
TFireModelInsertRowNotifyEvent = procedure(Sender: TObject; const Parent: TModelIndex; Row: Integer) of object; |
TFireModelRemoveRowsNotifyEvent = procedure(Sender: TObject; const Parent: TModelIndex; StartRow: Integer; EndRow: Integer) of object; |
TFireGridEditStrategy = (...); |
Values
|
PFireGridRow = ˆTFireGridRow; |
PFireGridCell = ˆTFireGridCell; |
TFireFocusRowChangeNotifyEvent = procedure(Sender: TObject; OldRowIndex: Integer; RowIndex: Integer) of object; |
TFireFocusColumnChangeNotifyEvent = procedure(Sender: TObject; OldColumnIndex: Integer; ColumnIndex: Integer) of object; |
TFireGridRelationMode = (...); |
Values
|
TFireGridSummaryType = (...); |
Values
|
TFireGridSummaryTypes = set of TFireGridSummaryType; |
TFireGridSelectionOperator = (...); |
Values
|
TFireGridSelectionOperation = set of TFireGridSelectionOperator; |
PFireGridModelGroup = ˆTFireGridModelGroup; |
TFireGridModelGroupArray = array of TFireGridModelGroup; |
TFireGridRowType = (...); |
Values
|
TFireGridRowFrozenPlace = (...); |
Values
|
TFireGridForeignColumnRoleMap = TDictionary<TModelItemDataRole, TFireGridIndexColumn>; |
TFireGridSortOrder = (...); |
Values
|
TFireGridFilterValueOperator = (...); |
Values
|
TFireGridFilterGroupOperator = (...); |
Values
|
TFireGridSummaryShowingPlace = (...); |
Values
|
PFireGridSummaryValue = ˆTFireGridSummaryValue; |
Generated by PasDoc 0.15.0.