FMX.Grid.TCustomGrid.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 TCustomGrid


Beschreibung

Gibt die Anzahl der Spalten des Gitters an.

Durch Lesen von ColumnCount können Sie die Anzahl der Einträge im Array Columns ermitteln.

Siehe auch