TStringStream Class

Represents type TStringStream.

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

The TStringStream type exposes the following members.

Show:
 NameDescription
Create

Overloaded. Initializes a new instance of the TStringStream class.

Create(String)

Overloaded. Initializes a new instance of the TStringStream class.

Top
Show:
 NameDescription
Position

Represents property Position. (Inherited from TStream.)

Size

Represents property Size. (Inherited from TStream.)

Value

Represents property Value.

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.)

GetValue

Represents method GetValue.

Read(Variant)

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

Read(Variant,Integer)

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

ReadString(Integer)

Represents method ReadString(Integer).

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.)

WriteString(String)

Represents method WriteString(String).

Top