API:FireDAC.Phys.Intf.TFDPhysEscapeData
| [–] Properties | |
|---|---|
| Type: record struct
| |
| Visibility: public | |
| Source: FireDAC.Phys.Intf.pas FireDAC.Phys.Intf.hpp
| |
| Unit: FireDAC.Phys.Intf | |
| Parent: FireDAC.Phys.Intf | |
Delphi
TFDPhysEscapeData = record
C++
struct DECLSPEC_DRECORD TFDPhysEscapeData
{
private:
typedef System::DynamicArray<System::UnicodeString> _TFDPhysEscapeData__1;
public:
TFDPhysEscapeKind FKind;
TFDPhysEscapeFunction FFunc;
System::UnicodeString FName;
_TFDPhysEscapeData__1 FArgs;
};
Description
Embarcadero Technologies does not currently have any additional information.