FMX.Layouts.TGridPanelLayout.TControlItem.Control

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Control: TControl read FControl write SetControl;

C++

__property Fmx::Controls::TControl* Control = {read=FControl, write=SetControl};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TControlItem


Beschreibung

Control repräsentiert ein Steuerelement, das dem Steuerelementeintrag zugeordnet ist.

Siehe auch