Data.DBXCommonTable.TDBXTableRow.ColumnIndex
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
Unit: Data.DBXCommonTable | |
Parent: TDBXTableRow |
Delphi
function ColumnIndex(const ColumnName: string): Integer; virtual;
C++
virtual int __fastcall ColumnIndex(const System::UnicodeString ColumnName);
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.