RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSOAPDomConv.OnMemberDataNotReceived Event

Occurs when converting a SOAP representation to a remotable object and an expected class member was not found.

Pascal
property OnMemberDataNotReceived: TMemberDataNotReceivedEvent;
C++
__property TMemberDataNotReceivedEvent OnMemberDataNotReceived;

Write an OnMemberDataNotReceived to detect cases where the converter does not receive the information it excepts When a method on an invokable interface requires the user to send or receive OnMemberDataNotReceived, these for deserializing a remotable type (a TRemotable descendant). This event is especially useful during debugging. Typically, after detecting a problem using OnMemberDataNotReceived, the problem is then handled by changing the code that declares or registers the remotable type. 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!