Soap.OPToSOAPDomConv.TSOAPDomConv.ObjectMemberNoShow

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

Delphi

procedure ObjectMemberNoShow(const ClassName: string; const MemberName: string);

C++

void __fastcall ObjectMemberNoShow(const System::UnicodeString ClassName, const System::UnicodeString MemberName);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Soap.OPToSOAPDomConv.pas
Soap.OPToSOAPDomConv.hpp
Soap.OPToSOAPDomConv TSOAPDomConv


説明

OnMemberDataNotReceived イベントのディスパッチャです。

SOAP 表現をリモート処理可能オブジェクトに変換する際に、想定しているクラス メンバが見つからない場合、TSOAPDomConv から ObjectMemberNoShow が呼び出されます。

このイベント ディスパッチャは次のパラメータを受け取ります。

  • ClassName は、欠けているメンバが含まれているはずのクラスの名前です。
  • MemberName は、欠けているメンバの名前です。

関連項目