Data.DB.TDefCollection.GetItemNames

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDefCollection

Delphi

procedure GetItemNames(List: TStrings);

C++

void __fastcall GetItemNames(System::Classes::TStrings* List);

Description

Fills a TStrings object with the names of all definitions in the 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.

See Also