Data.DB.TFields.SetFieldIndex
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TFields |
Delphi
procedure SetFieldIndex(Field: TField; Value: Integer);
C++
void __fastcall SetFieldIndex(TField* Field, int Value);
Description
Sets the field's index in the fields list.
The SetFieldIndex method sets the index of the field given through the Field parameter to the given Value.