FMX.Controls.TControl.Controls

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Controls: TControlList read GetControls;

C++

__property System::Generics::Collections::TList__1<TControl*>* Controls = {read=GetControls};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl


Beschreibung

Speichert ein Array mit untergeordneten Steuerelementen, die diesem übergeordneten Steuerelement zugeordnet sind.

Siehe auch