FireDAC.Phys.Intf.TFDPhysMappingName

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

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

プロパティ

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


説明

TFDPhysMappingName レコードは、識別子を DatS オブジェクトにマッピングするのに使われる、汎用 DatS オブジェクト識別子を表します。

関連項目