FireDAC.Phys.Intf.TFDPhysMappingName.Create

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
constructor public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf TFDPhysMappingName

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。