FireDAC.Phys.Intf.TFDPhysMappingName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TFDPhysMappingName = record

C++

struct DECLSPEC_DRECORD TFDPhysMappingName
{
public:
    TFDPhysMappingKind FKind;
    int FID;
    System::UnicodeString FName;
    Firedac::Dats::TFDDatSObject* FObj;
    __fastcall TFDPhysMappingName(const int AID, TFDPhysMappingKind AKind)/* overload */;
    __fastcall TFDPhysMappingName(const System::UnicodeString AName, TFDPhysMappingKind AKind)/* overload */;
    __fastcall TFDPhysMappingName(Firedac::Dats::TFDDatSObject* const AObj, TFDPhysMappingKind AKind)/* overload */;
    TFDPhysMappingName() {}
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf FireDAC.Phys.Intf


Description

L'enregistrement TFDPhysMappingName représente un identificateur d'objet DatS universel, utilisé pour mapper l'identificateur à un objet DatS.

Voir aussi