TControl.BringToFront

From OpenEUO
Revision as of 23:49, 23 October 2010 by 46.127.27.108 (Talk) (Created page with " '''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 c...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.