Afficher : Delphi
C++
Préférences d'affichage
FMX.Types.TFmxObject.Children
De XE2 API Documentation
Delphi
property Children[Index: Integer]: TFmxObject read GetChild;
C++
__property TFmxObject* Children[int Index] = {read=GetChild};
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.