FMX.Grid.TCustomGrid.Col

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Col: Integer read GetCol write SetCol;

C++

__property int Col = {read=GetCol, write=SetCol, nodefault};

Eigenschaften

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


Beschreibung

Die Spaltennummer der ausgewählten Zelle oder -1, wenn keine Zelle ausgewählt ist.

Siehe auch