Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TProxyAggregateStream

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: classesh.inc line 1615

type TProxyAggregateStream = class(TStream)

public

  constructor Create;

  destructor Destroy; override;

  function Read(); override;

  function Write(); override;

  function Seek();

  function AddStream();

  procedure RemoveStream();

  procedure Clear;

  property Count: Integer; [r]

  property Streams []: TStream; [r]

  property OwnsStream []: Boolean; [rw]

end;

Inheritance

TProxyAggregateStream

|

TStream

  

Base class for streams.

|

TObject

  

Base class of all classes.


Documentation generated on: Aug 31 2024