[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Read the component's state from a stream.
Source position: classesh.inc line 1612
protected procedure TComponent.ReadState( |
Reader: TReader |
); virtual; |
ReadState reads the component's state from a stream through the reader object reader. Values for all published properties of the component can be read from the stream. Normally there is no need to call ReadState directly. The streaming system calls ReadState itself.
The TComponent implementation of ReadState simply calls TReader.ReadData Descendent classes can, however, override ReadStateto provide additional processing of stream data.
|
Writes the component to a stream. |
|
|
Reads component data from a stream |
|
|
Reads the components data after it has been created. |
lazarus-ccr.sourceforge.net |