FMX.Grid.TGrid.Options

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Options: TGridOptions read FOptions write SetOptions default 3706;

C++

__property Options = {default=3706};

Properties

Type Visibility Source Unit Parent
property published
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGrid

Description

Options define how the TGrid component looks like and how it behaves.

FMX.Grid.TGrid.Options inherits from FMX.Grid.TCustomGrid.Options. All content below this line refers to FMX.Grid.TCustomGrid.Options. Options define how the TGrid component looks like and how it behaves.

See Also