API:Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.GetAssignmentString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAssignmentString: string; override;

C++

virtual System::UnicodeString __fastcall GetAssignmentString();

Properties

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

Description

Returns the assignment string.

Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.GetAssignmentString inherits from Datasnap.DSProxyWriter.TDSCustomProxyWriter.GetAssignmentString. All content below this line refers to Datasnap.DSProxyWriter.TDSCustomProxyWriter.GetAssignmentString.

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