Class tstringcopystream
Unit
Declaration
type tstringcopystream = class(tmemorystream)
Description
Hierarchy
- TObject
- TStream
- TCustomMemoryStream
- tmemorystream
- tstringcopystream
Overview
Methods
![]() |
function getmemory: pointer; override; |
![]() |
constructor create(const adata: string); |
![]() |
destructor destroy; override; |
![]() |
function readdatastring: string; override; |
![]() |
function write(const Buffer; Count: Longint): Longint; override; |
Description
Methods
![]() |
function getmemory: pointer; override; |
![]() |
constructor create(const adata: string); |
![]() |
destructor destroy; override; |
![]() |
function readdatastring: string; override; |
![]() |
function write(const Buffer; Count: Longint): Longint; override; |
Generated by PasDoc 0.16.0.

