FMX.Controls.TControl.Controls
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.