FMX.Grid

From RAD Studio API Documentation
Jump to: navigation, search

Defines FireMonkey controls for grids.

Package fmx230.bpl

Classes

IDrawableCell
TCheckCellRepresents a cell in a grid that holds a check box.
TCheckColumnTCheckColumn represents a column in a grid that holds TCheckCell objects.
TColumnRepresents a column in a grid.
TCustomGridBase class for all components that present information in a two-dimensional grid.
TDateColumnTDateColumn represents a column in a grid that uses a TDateEdit control as default editor.
TGridTGrid represents a grid control designed to simplify the handling of various objects in a tabular format.
TImageCellRepresents a cell in a grid that holds an image.
TImageColumnTImageColumn represents a column in a grid that holds TImageCell objects.
TPopupCellRepresents a cell in a grid that holds a pop-up menu.
TPopupColumnTPopupColumn represents a column in a grid that holds TPopupCell objects.
TProgressCellRepresents a cell in a grid that holds a progress bar.
TProgressColumnTProgressColumn represents a column in a grid that holds TProgressCell objects.
TStringColumnTStringColumn represents a column in a grid that holds strings.
TStringGridTStringGrid represents a grid control designed to simplify the handling of strings.
TTextCellRepresents a cell in a grid that holds an edit box.
TTimeColumnTTimeColumn represents a column in a grid that uses a TTimeEdit control as default editor.

Types

_di_IDrawableCell
TColumnMovedEvent
TCreateCustomEditorEvent
TDrawColumnCellEvent
TDrawColumnHeaderEvent
TGridDrawState
TGridDrawStates
TGridOptionTGridOption defines how the TGrid component looks like and how it behaves.
TGridOptionsTGridOptions define how the TGrid component looks like and how it behaves.
THeaderClick
TOnCallbackGetValue
TOnEditingDoneType of events used for taking specific actions when you edit the contents of one of the cells in a grid.
TOnGetValueType of events used when getting the contents of one of the cells in a grid.
TOnSetValueType of events used when setting the new contents for one of the cells in a grid.
TSelectCell