RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDefCollection.Find Method

Locates a definition object in the Items array from its name.

Pascal
function Find(const AName: string): TNamedItem;
C++
__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!