FireDAC.Phys.Intf.TFDPhysMappingName.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
constructor public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf TFDPhysMappingName

Description

Embarcadero Technologies does not currently have any additional information.