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: WideString): TNamedItem;
C++
__fastcall TNamedItem Find(const BSTR 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!