API:Datasnap.DSProxyWriter.TDSProxyFileDescription

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TDSProxyFileDescription = record
    ID: string;
    DefaultFileExt: string;
  end;

C++

struct DECLSPEC_DRECORD TDSProxyFileDescription
{
public:
    System::UnicodeString ID;
    System::UnicodeString DefaultFileExt;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Datasnap.DSProxyWriter Datasnap.DSProxyWriter

Description

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