Unit 'Forms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomForm.EnsureVisible

Ensures that the form is fully visible, and optionally brings it in front of all other forms.

Declaration

Source position: forms.pp line 644

public procedure TCustomForm.EnsureVisible(

  AMoveToTop: Boolean = True

);

Arguments

AMoveToTop

  

Bring the form to front if True.