FMX.Grid.TGridModel.ColumnCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ColumnCount: Integer read GetColumnCount;

C++

__property int ColumnCount = {read=GetColumnCount, nodefault};

Eigenschaften

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


Beschreibung

Anzahl der Spalten im Gitter.

Siehe auch