|
RAD Studio VCL Reference
|
TMemberDataNotReceivedEvent is the type of the OnMemberDataNotReceived event of TSOAPDomConv.
TMemberDataNotReceivedEvent = procedure (const ClassName: string; const Member: string) of object;
(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!
|