[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TCustomMemoryStream.GetSize

return the size of the stream.

Declaration

Source position: classesh.inc line 667

public function TCustomMemoryStream.GetSize: Int64; override;

Description

GetSize returns the size of the reseved memory. It should not be used directly.

See also

TStream.Size

  

The current size of the stream.