[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the size of the stream
Source position: line 0
protected procedure TStream.SetSize( |
NewSize: LongInt |
); virtual; overload; |
const NewSize: Int64 |
); virtual; overload; |
SetSize is the write handler for the TStream.Size property. The TStream implementation of SetSize does nothing, but descendent classes may override this methods to allow programmers to set the size of the stream.
|
The current size of the stream. |
lazarus-ccr.sourceforge.net |