[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Called when the component has finished loading.
Source position: classesh.inc line 1607
protected procedure TComponent.Loaded; virtual; |
Loaded is called by the streaming system when a root component was completely read from a stream and all properties and references to other objects have been resolved by the streaming system. Descendents of TComponent should override this method to do some additional processing of properties after all published properties have been set from values obtained from the stream.
Application programmers should never call Loaded directly, this is done automatically by the streaming system.
|
Read the component's state from a stream. |
|
|
Current component's state. |
lazarus-ccr.sourceforge.net |