RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
OPToSOAPDomConv.TMemberDataNotReceivedEvent Type

TMemberDataNotReceivedEvent is the type of the OnMemberDataNotReceived event of TSOAPDomConv.

Pascal
TMemberDataNotReceivedEvent = procedure (const ClassName: string; const Member: string) of object;
C++
(const ClassName: string; const Member: string) ( TMemberDataNotReceivedEvent)();

TMemberDataNotReceivedEvent is the type of the OnMemberDataNotReceived event handler, which is called when a converter is constructing a remotable object from its SOAP representation and fails to find a published class member.  

ClassName is the name of the remotable object's class.  

Member is the name of the member that was not found in the SOAP representation. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!