FireDAC.Phys.Intf.TFDPhysEscapeData

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.