Data.DB.TDefCollection.GetItemNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetItemNames(List: TStrings);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DB.pas
Data.DB.hpp
Data.DB TDefCollection

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