Soap.InvokeRegistry.TSOAPAttachment.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; override;

C++

__fastcall virtual TSOAPAttachment();

Properties

Type Visibility Source Unit Parent
constructor public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TSOAPAttachment

Description

Creates and initializes a TSOAPAttachment object.

Call Create to instantiate a TSOAPAttachment object for an attachment you wish to send. When an application receives a SOAP attachment, an instance of TSOAPAttachment is created automatically to represent that attachment.