Datasnap.DSProxyWriter.TDSCustomProxyWriter.GetCreateParamsReader

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Unit: Datasnap.DSProxyWriter
Parent: TDSCustomProxyWriter

Delphi

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

C++

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

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