RAD Studio VCL Reference
|
Locates a definition object in the Items array from its name.
function Find(const AName: string): TNamedItem;
__fastcall TNamedItem Find(const AnsiString AName);
Call Find to obtain information about a particular definition object. Specify the name of the definition object as the value of the Name parameter.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|