FMX.Controls.TControl.Controls

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Controls: TControlList read GetControls;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl


Description

Stocke un tableau de contrôles enfant attachés à ce contrôle parent.

Voir aussi