RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TriggerReadRow.GetOrdinal Method

Returns ordinal in row of given column.

Pascal
function GetOrdinal(columnName: string): Integer;
C++
int GetOrdinal(string columnName);

GetOrdinal returns the ordinal in the row of a given column. The parameter columnName is the name of the wanted column. 

 

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