Unit 'LCLMemManager' Package
[Overview][Types][Classes][Index] [#lcl]

TExtMemoryStream

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Implements an extended memory stream with a minimum growth factor.

Declaration

Source position: lclmemmanager.pas line 89

type TExtMemoryStream = class(TMemoryStream)

protected

  function Realloc(); override;

  

Reallocates memory for the stream using the specified capacity.

public

  property Capacity;

  

Size of the allocated memory for the stream.

end;

Inheritance

TExtMemoryStream

  

Implements an extended memory stream with a minimum growth factor.

|

TMemoryStream

|

TCustomMemoryStream

|

TStream

|

TObject


Version 4.4 Generated 2025-11-08 Home