System.Classes.TStreamAdapter.StreamOwnership

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StreamOwnership: TStreamOwnership read FOwnership write FOwnership;

C++

__property TStreamOwnership StreamOwnership = {read=FOwnership, write=FOwnership, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TStreamAdapter

Description

Specifies whether the TStreamAdapter should act as the Owner of the associated stream object.

StreamOwnership indicates whether the TStreamAdapter is responsible for freeing the associated stream object.

See Also