FMX.Grid.TCustomGrid

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Layouts.TScrollBoxFMX.Layouts.TCustomScrollBoxFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomGrid

Delphi

TCustomGrid = class(TScrollBox, IItemsContainer)

C++

class PASCALIMPLEMENTATION TCustomGrid : public Fmx::Layouts::TScrollBox

Properties

Type Visibility Source Unit Parent
class public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid FMX.Grid

Description

Base class for all components that present information in a two-dimensional grid.

TCustomGrid is the base class for all grids such as TGrid and TStringGrid. Do not create direct instances of TCustomGrid. Instead, put a grid control in a form by instantiating a descendant of TCustomGrid.

Use TCustomGrid as a base class when defining components that represent information in a tabular format. TCustomGrid introduces properties and methods to control the appearance and behavior of the grid, including responses to mouse actions and user editing.

See Also