FMX.Grid.TColumn.Grid

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Grid: TCustomGrid read FGrid;

C++

__property TCustomGrid* Grid = {read=FGrid};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TColumn


Beschreibung

Gibt die Tabelle zurück, die die Spalte enthält. Mit Grid ermitteln Sie die übergeordnete Tabelle der aktuellen Spalte.

Siehe auch