TControl.BringToFront

From OpenEUO
Jump to: navigation, search
ME BringToFront()

Puts the control in front of all other controls in its parent control.

Call BringToFront to ensure that a form is visible or to reorder overlapping controls within a form. Without BringToFront, controls are stacked in the order they were placed on the form.