Soap.InvokeRegistry.TSOAPAttachment.Ownership

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Ownership: TStreamOwnership read FStreamOwnerShip write FStreamOwnerShip;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TSOAPAttachment

説明

TSOAPAttachment オブジェクトがそのソースストリームを解放するかどうかを示します。

Ownership プロパティは,アプリケーションが SetSourceStream メソッドを使ってデータを添付したときに,TSOAPAttachment がアタッチメント情報のソースとなったストリームを解放する必要があるかどうかを示します。

関連項目