ReadData - reads data for the Graphic from a stream.
Source position: graphics.pp line 800
protected procedure TGraphic.ReadData( |
Stream: TStream |
); virtual; |
Stream |
|
TStream instance where data for the graphic is stored. |
ReadData is a procedure used to read binary data for the graphic from the specified stream. It is used by the TFiler instance which loads data during component streaming.
ReadData calls LoadFromStream to complete the operation.
|
Reads graphic data from a stream. |
|
|
WriteData - writes Graphic data to a stream. |