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