Brings the control in front of other sibling controls.
Source position: controls.pp line 1637
public procedure TControl.BringToFront; |
BringToFront is a method used to move the control to the top of the Z-Order for its sibling controls. BringToFront calls SetZOrder to change the display order for controls which share a common Parent. BringToFront has no effect when Parent has not been assigned.
|
The control within which the control is shown. |
|
|
Moves the control in front of or back all sibling controls. |
|
|
Updates the position of the child control in the Z plane (i.e. front-to-back). |
CT Web help |
CodeTyphon Studio |