RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapPascalInvoker.OnSendAttachment Event

Occurs when TSoapPascalInvoker sends each attachment included in the response to the current request.

Pascal
property OnSendAttachment: TOnSendAttachmentEvent;
C++
__property TOnSendAttachmentEvent OnSendAttachment;

Write an OnSendAttachment event handler to examine or alter the attachments that are to be included in a message that represents the results of a method call. OnSendAttachment occurs once for each attachment sent with the response message. 

 

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