Datasnap.DSProxyWriter.TDSCustomProxyWriter.GetCreateParamsReader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCreateParamsReader(const Param: TDSProxyParameter): string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetCreateParamsReader(Datasnap::Dscommonproxy::TDSProxyParameter* const Param) = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Datasnap.DSProxyWriter TDSCustomProxyWriter

Description

Returns the parameters reader based on the given parameter.

The GetCreateParamsReader virtual abstract method is to be implemented in derived classes to return the parameters reader based on the given Param.

See Also