FMX.Grid.TCustomGrid.LeftColumn

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property LeftColumn: Integer read GetLeftColumn write SetLeftColumn;

C++

__property int LeftColumn = {read=GetLeftColumn, write=SetLeftColumn, nodefault};

Eigenschaften

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


Beschreibung

Nummer der ersten (vollständig oder teilweise) sichtbaren Spalte, links im Gitter.

Siehe auch