Class tmemorystringstream
Unit
Declaration
type tmemorystringstream = class(tmemorystream)
Description
Hierarchy
- TObject
- TStream
- TCustomMemoryStream
- tmemorystream
- tmemorystringstream
Overview
Methods
![]() |
procedure SetCapacity(NewCapacity: PtrInt) override; |
![]() |
function getcapacity: ptrint override; |
![]() |
function getmemory: pointer; override; |
![]() |
Function GetSize: Int64; Override; |
![]() |
function GetPosition: Int64; Override; |
![]() |
constructor create; |
![]() |
procedure SetSize( NewSize: PtrInt); override; |
![]() |
function Seek(const Offset: Int64; Origin: TSeekOrigin): Int64; override; |
![]() |
procedure destroyasstring(out data: string); |
Description
Methods
![]() |
procedure SetCapacity(NewCapacity: PtrInt) override; |
![]() |
function getcapacity: ptrint override; |
![]() |
function getmemory: pointer; override; |
![]() |
Function GetSize: Int64; Override; |
![]() |
function GetPosition: Int64; Override; |
![]() |
constructor create; |
![]() |
procedure SetSize( NewSize: PtrInt); override; |
![]() |
function Seek(const Offset: Int64; Origin: TSeekOrigin): Int64; override; |
![]() |
procedure destroyasstring(out data: string); |
Generated by PasDoc 0.16.0.