API:Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.GetAssignmentString

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetAssignmentString: string; override;

C++

virtual System::UnicodeString __fastcall GetAssignmentString();

プロパティ

種類 可視性 ソース ユニット
function protected
Datasnap.DSCustomConnectorProxyWriter.pas
Datasnap.DSCustomConnectorProxyWriter.hpp
Datasnap.DSCustomConnectorProxyWriter TDSCustomConnectorProxyWriter

説明

代入文字列を返します。

Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.GetAssignmentString は Datasnap.DSProxyWriter.TDSCustomProxyWriter.GetAssignmentString を継承しています。以下の内容はすべて Datasnap.DSProxyWriter.TDSCustomProxyWriter.GetAssignmentString を参照しています。

代入文字列を返します。

GetAssignmentString 仮想抽象メソッドは、代入演算に使用される文字列を返すよう、派生クラスで実装されます。

関連項目