RAD Studio VCL Reference
|
Returns a child control given its name.
function FindChildControl(const ControlName: string): TControl;
__fastcall TControl * FindChildControl(const AnsiString ControlName);
Call FindChildControl to locate a specified child control. FindChildControl searches the control's children and returns the control with the specified name. If no child controls match the specified name, FindChildControl returns nil (Delphi) or NULL (C++).
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|