[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the internal memory pointer and size of the memory block.
Source position: classesh.inc line 872
protected procedure TCustomMemoryStream.SetPointer( |
Ptr: Pointer; |
ASize: LongInt |
); |
SetPointer updates the internal memory pointer and the size of the memory area pointed to.
Descendent memory streams should call this method whenever they set or reset the memory the stream should read from or write to.
|
Pointer to the data kept in the memory stream. |
|
|
The current size of the stream. |
lazarus-ccr.sourceforge.net |