help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

TCustomMemoryStream.Memory

Pointer to the data kept in the memory stream.

Declaration

Source position: classesh.inc line 689

public property TCustomMemoryStream.Memory: Pointer
  read FMemory;

Description

Memory points to the memory area where stream keeps it's data. The property is read-only, so the pointer cannot be set this way.

Remark: Do not write to the memory pointed to by Memory, since the memory content may be read-only, and thus writing to it may cause errors.

See also

TStream.Size

  

The current size of the stream.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505