IBX.IBDatabase.TIBDatabase.GetFieldNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetFieldNames(const TableName: string; List: TStrings);

C++

void __fastcall GetFieldNames(const System::UnicodeString TableName, System::Classes::TStrings* List);

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBDatabase

Description

Populates a list with the names of the fields in the table.

Call GetFieldNames to retrieve a list of fields in the associated table.