FireDAC.Phys.Intf.TFDPhysMappingName.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const AID: Integer; AKind: TFDPhysMappingKind); overload;
constructor Create(const AName: String; AKind: TFDPhysMappingKind); overload;
constructor Create(const AObj: TFDDatSObject; AKind: TFDPhysMappingKind); overload;

C++

__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
constructor public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf TFDPhysMappingName

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.