RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDataBase.GetFieldNames Method

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

Pascal
procedure GetFieldNames(const TableName: Widestring; List: TWideStrings);
C++
__fastcall GetFieldNames(const BSTR TableName, TWideStrings List);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!