[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Determines the order in which children are streamed/created.
Source position: classesh.inc line 1618
protected procedure TComponent.SetChildOrder( |
Child: TComponent; |
Order: Integer |
); dynamic; |
This method does nothing. It can be used to change the order in which child components are streamed and created. This can be used by descendent classes to optimize or correct the order in which child components are streamed.
|
Read the component's state from a stream. |
lazarus-ccr.sourceforge.net |