API:Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.GetAssignmentString

From RAD Studio API Documentation

Delphi

function GetAssignmentString: string; override;

C++

virtual System::UnicodeString __fastcall GetAssignmentString(void);

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSCustomConnectorProxyWriter.pas
Datasnap.DSCustomConnectorProxyWriter.hpp
Datasnap.DSCustomConnectorProxyWriter TDSCustomConnectorProxyWriter

Description

Returns the assignment string. {{#multireplace:Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.GetAssignmentString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Datasnap.DSProxyWriter.TDSCustomProxyWriter.GetAssignmentString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Datasnap.DSProxyWriter.TDSCustomProxyWriter.GetAssignmentString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Returns the assignment string.

The GetAssignmentString virtual abstract method is to be implemented in derived classes to return the string used for assignment operations.

See Also