FMX.Types.TFmxObject.Children
Delphi
property Children: TFmxChildrenList read FChildrenList;
C++
__property TFmxChildrenList* Children = {read=FChildrenList};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TFmxObject |
Description
Stores an array of children attached to this parent component.
Use the Children property to access each of the children attached to this parent component.