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

TCustomForm.MakeFullyVisible

Extends or shrinks the form to a monitor.

Declaration

Source position: forms.pp line 596

public procedure TCustomForm.MakeFullyVisible(

  AMonitor: TMonitor = Nil;

  UseWorkarea: Boolean = False

);

Arguments

AMonitor

  

The monitor to use, Nil means the designed monitor.

UseWorkarea

  

If True then extend to the WorkArea of the monitor, else clip the form to the monitor bounds.