FMX.Grid.TCustomGrid.Options

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Options: TGridOptions read GetOptions write SetOptions stored OptionsStored;

C++

__property TGridOptions Options = {read=GetOptions, write=SetOptions, stored=OptionsStored, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid


Beschreibung

Definiert, wie Gitter-Steuerelemente aussehen und wie sie sich verhalten.

Siehe auch