[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TCustomForm.EnsureVisible

Ensure that this form is fully visible, optionally brings it in front of all forms.

Declaration

Source position: forms.pp line 623

public procedure TCustomForm.EnsureVisible(

  AMoveToTop: Boolean = True

);

Arguments

AMoveToTop

  

Bring the form to front if True.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.