TStringStream : Property overview By inheritance
TStringStream
| Member | Visibility | Description |
|---|---|---|
| DataString | public | Contains the contents of the stream in string form |
| Encoding | public | Encoding of the string with the data |
| OwnsEncoding | public | Does the stream instance owns the encoding |
| UnicodeDataString | public | Datastring as unicode string |
TBytesStream
| Member | Visibility | Description |
|---|---|---|
| Bytes | public | The stream data as an array of bytes. |
TCustomMemoryStream
| Member | Visibility | Description |
|---|---|---|
| Memory | public | Pointer to the data kept in the memory stream. |
| SizeBoundsSeek | public |
TStream
| Member | Visibility | Description |
|---|---|---|
| Position | public | The current position in the stream. |
| Size | public | The current size of the stream. |