FireDAC.Phys.Intf.TFDPhysMappingName
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() {}
};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
record struct |
public | FireDAC.Phys.Intf.pas FireDAC.Phys.Intf.hpp |
FireDAC.Phys.Intf | FireDAC.Phys.Intf |
Description
TFDPhysMappingName record represents an universal DatS object identifier, used to map the identifier to a DatS object.