IBX.IBTable.TIBTable.IndexFields

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property IndexFields[Index: Integer]: TField read GetIndexField write SetIndexField;

C++

__property Data::Db::TField* IndexFields[int Index] = {read=GetIndexField, write=SetIndexField};

Propriétés

Type Visibilité  Source Unité  Parent
property public
IBX.IBTable.pas
IBX.IBTable.hpp
IBX.IBTable TIBTable

Description

Lit ou spécifie un champ pour un index.

IndexFields fournit un tableau basé sur l'indice zéro d'objets champs correspondant chacun à un champ dans l'index en cours. Index est une valeur ordinale indiquant la position d'un champ dans l'index. Le premier champ dans l'index est IndexFields[0], le deuxième est IndexFields[1], et ainsi de suite.

Remarque :  Ne définissez pas directement IndexFields. Utilisez plutôt la propriété IndexFieldNames pour ordonner les ensembles de données à la volée lors de l'exécution.