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

TControl.SetZOrder

Moves the control in front of or back all sibling controls.

Declaration

Source position: controls.pp line 1487

protected procedure TControl.SetZOrder(

  TopMost: Boolean

); virtual;

Arguments

TopMost

  

True to move the control in front of other sibling controls. False to move the control behind other siblings.