Data.DB.TFields.SetFieldIndex

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

Définit l'index du champ dans la liste des champs.

La méthode SetFieldIndex définit l'index du champ donné par le paramètre Field sur la Value donnée.

Voir aussi