FMX.Grid.Style.TStyledGrid.RowCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property RowCount: Integer read GetRowCount;

C++

__property int RowCount = {read=GetRowCount, nodefault};

Eigenschaften

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


Beschreibung

Anzahl der Zeilen im Gitter.

Siehe auch