Class TOwnerStream

Unit

Declaration

type TOwnerStream = class(TStream)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected FOwner: Boolean;
Protected FSource: TStream;

Methods

Public Constructor Create(ASource : TStream);
Public Destructor Destroy; override;

Properties

Public property Source : TStream Read FSource;
Public property SourceOwner : Boolean Read Fowner Write FOwner;

Description

Fields

Protected FOwner: Boolean;

This item has no description.

Protected FSource: TStream;

This item has no description.

Methods

Public Constructor Create(ASource : TStream);

This item has no description.

Public Destructor Destroy; override;

This item has no description.

Properties

Public property Source : TStream Read FSource;

This item has no description.

Public property SourceOwner : Boolean Read Fowner Write FOwner;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.