FireDAC.Phys.Intf.TFDPhysEscapeData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TFDPhysEscapeData = record
    FKind: TFDPhysEscapeKind;
    FFunc: TFDPhysEscapeFunction;
    FName: String;
    FArgs: array of String;
  end;

C++

struct DECLSPEC_DRECORD TFDPhysEscapeData
{
private:
    typedef System::DynamicArray<System::UnicodeString> _TFDPhysEscapeData__1;
public:
    TFDPhysEscapeKind FKind;
    TFDPhysEscapeFunction FFunc;
    System::UnicodeString FName;
    _TFDPhysEscapeData__1 FArgs;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf FireDAC.Phys.Intf

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!