Soap.InvokeRegistry.TSOAPAttachment.SaveToStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToStream(AStream: TStream);

C++

void __fastcall SaveToStream(System::Classes::TStream* AStream);

Properties

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

Description

Saves the contents of the attachment to a specified file.

Call SaveToStream to write the contents of the attachment to a specified stream. This content can come from:

AStream is the stream to which SaveToStream writes the content of the attachment.

See Also