Soap.SOAPPasInv.TSoapPascalInvoker.OnSendAttachment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSendAttachment: TOnSendAttachmentEvent read FOnSendAttachment write FOnSendAttachment;

C++

__property Soap::Soapattachintf::TOnSendAttachmentEvent OnSendAttachment = {read=FOnSendAttachment, write=FOnSendAttachment};

Properties

Type Visibility Source Unit Parent
event published
Soap.SOAPPasInv.pas
Soap.SOAPPasInv.hpp
Soap.SOAPPasInv TSoapPascalInvoker

Description

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

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.

See Also