Unit FireDataGrid
Uses
Functions and Procedures
Constants
Variables
Description
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Record TFireGridEditorStyleOption |
|
Class TFireGridEditorEventArgs |
|
Class TFireGridEditorValidationEventArgs |
|
Class TFireGridDragDropArgs |
|
Class TFireGridDragArgs |
|
Class TFireGridNewRowEventArgs |
|
Class TFireGridColumnGroupingArgs |
|
Class TFireGridColumnSortingArgs |
|
Class TFireGridSummaryTextEventArgs |
|
Class TFireGridSummaryGroupTextEventArgs |
|
Class TFireGridCellButtonEventArgs |
|
Class TFireGridCellButtonClickEventArgs |
|
Class TFireGridRowRemovingEventArgs |
|
Class TFireGridRowClickEventArgs |
|
Class TFireGridCellClickEventArgs |
|
Class TFireGridEditorSiteAbstract |
|
Class TFireGridEditorAbstract |
|
Class TFireGridEditorRepositoryAbstract |
|
Class TTooltipLabel |
|
Class TFireGridTooltip |
|
Class TFireCustomDataGrid |
|
Class TFireDataGrid |
|
Class TFireGridCheckBoxPrimitive |
|
Class TFireGridPushButtonPrimitive |
|
Class TFireGridErrorEventArgs |
|
Class TFireGridContextMenuEventArgs |
|
Class TFireAction |
|
Class TFireGridViewBase |
|
Class TFireGridColumnBase |
|
Class TFireGridViewOptions |
Types
Description
Types
TFireGridScrollItemStyle = (...); |
Values
|
TFireGridLayoutZone = (...); |
Values
|
TFireGridEditorValidationNotifyEvent = procedure(Sender: TObject; Args: TFireGridEditorValidationEventArgs) of object; |
TFireGridEditorNotifyEvent = procedure(Sender: TObject; Editor: TFireGridEditorAbstract) of object; |
TFireGridColumnEditorNotifyEvent = procedure(Sender: TObject; Args: TFireGridEditorEventArgs) of object; |
TFireGridContextMenuNotifyEvent = procedure(Sender: TObject; Args: TFireGridContextMenuEventArgs) of object; |
TFireGridErrorNotifyEvent = procedure(Sender: TObject; Args: TFireGridErrorEventArgs) of object; |
TFireGridGroupStateBeforeNotifyEvent = procedure(Sender: TObject; const Group: PFireGridModelGroup; var Allow: Boolean) of object; |
TFireGridGroupStateNotifyEvent = procedure(Sender: TObject; const Group: PFireGridModelGroup) of object; |
TFireGridNewRowNotifyEvent = procedure(Sender: TObject; Args: TFireGridNewRowEventArgs) of object; |
TFireGridGroupingNotifyEvent = procedure(Sender: TObject; Args: TFireGridColumnGroupingArgs) of object; |
TFireGridSortingNotifyEvent = procedure(Sender: TObject; Args: TFireGridColumnSortingArgs) of object; |
TFireGridRelationNotifyEvent = procedure(Sender: TObject; Args: TFireGridRelationEventArgs) of object; |
TFireGridSummaryFooterTextNotifyEvent = procedure(Sender: TObject; Args: TFireGridSummaryTextEventArgs) of object; |
TFireGridSummaryGroupTextNotifyEvent = procedure(Sender: TObject; Args: TFireGridSummaryGroupTextEventArgs) of object; |
TFireGridSelectionNotifyEvent = procedure(Sender: TObject; Selection: TFireGridSelection; OldSelection: TFireGridSelection) of object; |
TFireCellButtonClickNotifyEvent = procedure(Sender: TObject; Args: TFireGridCellButtonClickEventArgs) of object; |
TFireCellButtonStateChangeNotifyEvent = procedure(Sender: TObject; Args: TFireGridCellButtonEventArgs) of object; |
TFireRowClickEventNotify = procedure(Sender: TObject; Args: TFireGridRowClickEventArgs) of object; |
TFireCellClickEventNotify = procedure(Sender: TObject; Args: TFireGridCellClickEventArgs) of object; |
TFireRowRemovingEventNotify = procedure(Sender: TObject; Args: TFireGridRowRemovingEventArgs) of object; |
TFireGridEditorRepositoryClass = class of TFireGridEditorRepositoryAbstract; |
TFireGridViewState = (...); |
Values
|
TFireGridViewStates = set of TFireGridViewState; |
TFireGridActionType = (...); |
Values
|
TFireGridColumns = TList<TFireGridColumnBase>; |
TFireGridScrollBarsMode = (...); |
Values
|
Generated by PasDoc 0.15.0.