[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

TComponent.SetChildOrder

Determines the order in which children are streamed/created.

Declaration

Source position: classesh.inc line 1618

protected procedure TComponent.SetChildOrder(

  Child: TComponent;

  Order: Integer

); dynamic;

Description

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.

See also

TComponent.ReadState

  

Read the component's state from a stream.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.