Datasnap.DBClient.TCustomClientDataSet.GetIsIndexField

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetIsIndexField(Field: TField): Boolean; override;

C++

virtual bool __fastcall GetIsIndexField(Data::Db::TField* Field);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomClientDataSet

Description

Vérifie si le champ donné est un champ d'index.

Datasnap.DBClient.TCustomClientDataSet.GetIsIndexField hérite de Data.DB.TDataSet.GetIsIndexField. Tout le contenu en-dessous de cette ligne se réfère à Data.DB.TDataSet.GetIsIndexField.

Vérifie si le champ donné est un champ d'index.

GetIsIndexField vérifie si le champ donné est un champ d'index. La méthode renvoie True si le champ fait partie de ceux constituant l'index en cours de l'ensemble de données.

Voir aussi