FireDAC.Phys.IBWrapper.TIBInfo.TConfig
| [–] Properties | |
|---|---|
| Type: record struct
| |
| Visibility: public | |
| Source: FireDAC.Phys.IBWrapper.pas FireDAC.Phys.IBWrapper.hpp
| |
| Unit: FireDAC.Phys.IBWrapper | |
| Parent: TIBInfo | |
Delphi
TConfig = record
C++
struct DECLSPEC_DRECORD TConfig
{
public:
struct DECLSPEC_DRECORD TEntry
{
public:
int FID;
int FValue;
};
public:
System::DynamicArray<TEntry> FConfig;
System::UnicodeString FServerPath;
System::UnicodeString FLockPath;
System::UnicodeString FMessagePath;
System::UnicodeString FSecurityDBFile;
};
Description
Embarcadero Technologies does not currently have any additional information.