Soap.OPToSOAPDomConv.TSOAPDomConv.ObjectMemberNoShow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Soap.OPToSOAPDomConv.pas
Soap.OPToSOAPDomConv.hpp
Soap.OPToSOAPDomConv TSOAPDomConv

Description

Dispatcher of the OnMemberDataNotReceived event.

TSOAPDomConv calls ObjectMemberNoShow when an expected class member is not found during a conversion of a SOAP representation into a remotable object.

This event dispatcher receives the following parameters:

  • ClassName is the name of the class that contains the missing member.
  • MemberName is the name of the missing member.

See Also