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

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

Pascal
procedure GetItemNames(List: Tstrings); overload;
procedure GetItemNames(List: TWideStrings); overload;
C++
__fastcall GetItemNames(Tstrings List);
__fastcall GetItemNames(TWideStrings 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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!