FMX.Controls.TControl.Controls

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Controls: TControlList read GetControls;

C++

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

Properties

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

Description

Stores an array of child controls attached to this parent control.

See Also