TModelItemDataRole = (...); |
TModelItemFlag = (...); |
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 = (...); |
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 = (...); |
TFireGridSummaryType = (...); |
TFireGridSummaryTypes = set of TFireGridSummaryType; |
TFireGridSelectionOperator = (...); |
TFireGridSelectionOperation = set of TFireGridSelectionOperator; |
PFireGridModelGroup = ˆTFireGridModelGroup; |
TFireGridModelGroupArray = array of TFireGridModelGroup; |
TFireGridRowType = (...); |
TFireGridRowFrozenPlace = (...); |
TFireGridForeignColumnRoleMap = TDictionary<TModelItemDataRole, TFireGridIndexColumn>; |
TFireGridSortOrder = (...); |
TFireGridFilterValueOperator = (...); |
TFireGridFilterGroupOperator = (...); |
TFireGridSummaryShowingPlace = (...); |
PFireGridSummaryValue = ˆTFireGridSummaryValue; |