FireDAC.Phys.Intf.TFDPhysParsedName
[–] Properties | |
---|---|
Type: record struct
| |
Visibility: public | |
Source: FireDAC.Phys.Intf.pas FireDAC.Phys.Intf.hpp
| |
Unit: FireDAC.Phys.Intf | |
Parent: FireDAC.Phys.Intf |
Delphi
TFDPhysParsedName = record
C++
struct DECLSPEC_DRECORD TFDPhysParsedName
{
private:
int __fastcall GetOverInd();
void __fastcall SetOverInd(const int Value);
public:
System::UnicodeString FCatalog;
System::UnicodeString FSchema;
System::UnicodeString FBaseObject;
System::UnicodeString FObject;
System::UnicodeString FLink;
System::UnicodeString FOverload;
__property int OverInd = {read=GetOverInd, write=SetOverInd};
};
Description
Embarcadero Technologies does not currently have any additional information.