FireDAC.Phys.Intf.TFDPhysMappingName

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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() {}
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf FireDAC.Phys.Intf


Beschreibung

TFDPhysMappingName-Record, der einen universellen DatS-Objektbezeichner repräsentiert, mit dem der Bezeichner einem DatS-Objekt zugeordnet wird.

Siehe auch