FMX.Types.TFmxObject.Children

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Children: TFmxChildrenList read FChildrenList;

C++

__property TFmxChildrenList* Children = {read=FChildrenList};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxObject

Description

Stocke un tableau d'enfants attachés à ce composant parent.

Utilisez la propriété Children pour accéder à chacun des enfants attachés à ce composant parent.

Voir aussi