RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TriggerReadRow.GetColumnNames Method

Returns an array containing names of first columnCount column names.

Pascal
function GetColumnNames(columnCount: Integer): string[];
C++
string[] GetColumnNames(int columnCount);

GetColumnNames returns an array containing the names of the first columnCount column names. The parameter columnCount is the maximum number of column names requested. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!