Soap.InvokeRegistry.TSOAPAttachment.Ownership

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Ownership: TStreamOwnership read FStreamOwnerShip write FStreamOwnerShip;

C++

__property System::Classes::TStreamOwnership Ownership = {read=FStreamOwnership, write=FStreamOwnership, nodefault};

Properties

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

Description

Indicates whether the TSOAPAttachment object should free its source stream.

Ownership indicates whether TSOAPAttachment needs to free the stream that supplied the content of the attachment when the application supplied this data using the SetSourceStream method.

See Also