Data.DB.TFields.SetFieldIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFieldIndex(Field: TField; Value: Integer);

C++

void __fastcall SetFieldIndex(TField* Field, int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TFields

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.

See Also