RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXReader.GetOrdinal Method

Returns ordinal position in Value property for Name.

Pascal
function GetOrdinal(const Name: WideString): TInt32; virtual; overload;
C++
virtual __fastcall TInt32 GetOrdinal(const BSTR Name);

This method returns the ordinal position in the Value array property of the column with the given Name

 

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