TControl.BringToFront
From OpenEUO
Revision as of 22: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...")
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.