[Overview][Types][Classes][Index] Reference for unit 'LCLMemManager' (#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 95

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 3.2 Generated 2024-02-25 Home