Soap.SOAPPasInv.TSoapPascalInvoker.OnSendAttachment

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnSendAttachment: TOnSendAttachmentEvent read FOnSendAttachment write FOnSendAttachment;

C++

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

Propriétés

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

Description

Se produit lorsque TSoapPascalInvoker envoie chaque attachement inclus dans la réponse à la requête en cours.

Ecrivez un gestionnaire d'événement OnSendAttachment pour examiner ou modifier les attachements inclus dans un message représentant les résultats d'un appel de méthode. OnSendAttachment se produit pour chaque attachement envoyé avec le message de réponse.

Voir aussi