API: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

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.