FMX.Grid.TGrid

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Grid.TCustomGridFMX.ScrollBox.TCustomPresentedScrollBoxFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentTGrid

Delphi

TGrid = class(TCustomGrid)

C++

class PASCALIMPLEMENTATION TGrid : public TCustomGrid

Properties

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

Description

TGrid represents a grid control designed to simplify the handling of various objects in a tabular format.

Add a TGrid object to a form to present various object data in a tabular format. A TGrid can have one or more of the following columns that can contain specific object data:

If you need a grid that can hold only strings, use a TStringGrid instead.

See Also