RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDefCollection.GetItemNames Method (TStrings)

Fills a TStrings object with the names of all definitions in the list.

Pascal
procedure GetItemNames(List: TWideStrings); overload;
procedure GetItemNames(List: TStrings); overload;
C++
__fastcall GetItemNames(TWideStrings List);
__fastcall GetItemNames(TStrings List);

Call GetItemNames to retrieve the names of all definitions managed by the TDefCollection object. Pass an empty string list as the List parameter. GetItemNames fills the string list with the names of all definitions. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!