TMemoryStream Class

Represents type TMemoryStream.

Namespace: System.Stream
TObject
  System.Stream.TStream
    System.Stream.TMemoryStream
type
 TMemoryStream = class(TStream)
 end;

The TMemoryStream type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the TMemoryStream class.

Top
Show:
 NameDescription
Position

Represents property Position. (Inherited from TStream.)

Size

Represents property Size. (Inherited from TStream.)

Top
Show:
 NameDescription
CopyFrom(TStream,Integer)

Represents method CopyFrom(TStream,Integer). (Inherited from TStream.)

GetPosition

Represents method GetPosition. (Inherited from TStream.)

GetSize

Represents method GetSize. (Inherited from TStream.)

Read(Variant)

Overloaded. Represents method Read(Variant). (Inherited from TStream.)

Read(Variant,Integer)

Overloaded. Represents method Read(Variant,Integer). (Inherited from TStream.)

Seek(Integer,TSeekOrigin)

Represents method Seek(Integer,TSeekOrigin). (Inherited from TStream.)

SetPosition(Integer)

Represents method SetPosition(Integer). (Inherited from TStream.)

SetSize(Integer)

Represents method SetSize(Integer). (Inherited from TStream.)

Write(Variant)

Represents method Write(Variant). (Inherited from TStream.)

Top