Soap.SOAPAttachIntf.IMimeAttachmentHandler.SetOnGetAttachmentEvent
Delphi
procedure SetOnGetAttachmentEvent(OnGetAttachment: TOnGetAttachmentEvent);
C++
virtual void __fastcall SetOnGetAttachmentEvent(TOnGetAttachmentEvent OnGetAttachment) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Soap.SOAPAttachIntf.pas Soap.SOAPAttachIntf.hpp |
Soap.SOAPAttachIntf | IMimeAttachmentHandler |
Description
Assigns the OnGetAttachment event handler.
SetOnGetAttachmentEvent is the write implementation for the OnGetAttachment event.
OnGetAttachment is the event handler that should to respond to the event.