Vcl.Controls.TWinControl.FindChildControl
Delphi
function FindChildControl(const ControlName: string): TControl;
C++
TControl* __fastcall FindChildControl(const System::UnicodeString ControlName);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TWinControl |
Description
Renvoie un contrôle enfant du nom spécifié.
Appelez la méthode FindChildControl pour trouver le contrôle enfant spécifié. FindChildControl recherche dans les enfants du contrôle et renvoie le contrôle portant le nom spécifié. Si aucun contrôle enfant ne porte le nom spécifié, FindChildControl renvoie nil (Delphi) ou NULL (C++).
Remarque : FindChildControl ne recherche que dans les enfants directs du contrôle. Il ne peut pas trouver un contrôle qui est un enfant d'un enfant du contrôle.