API:FireDAC.Phys.Intf.TFDPhysMappingName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TFDPhysMappingName = record
    FKind: TFDPhysMappingKind;
    FID: Integer;
    FName: String;
    FObj: TFDDatSObject;
    constructor Create(const AID: Integer; AKind: TFDPhysMappingKind); overload;
    constructor Create(const AName: String; AKind: TFDPhysMappingKind); overload;
    constructor Create(const AObj: TFDDatSObject; AKind: TFDPhysMappingKind); overload;
  end;

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

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !