Data.DBXCommonTable.TDBXTableRow.ColumnIndex
Delphi
function ColumnIndex(const ColumnName: string): Integer; virtual;
C++
virtual int __fastcall ColumnIndex(const System::UnicodeString ColumnName);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Data.DBXCommonTable.pas Data.DBXCommonTable.hpp |
Data.DBXCommonTable | TDBXTableRow |
Description
Returns the column zero-based index based on the column name.
The ColumnIndex method is used to return the column zero-based index based on the column name.