[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Extends or shrinks the form to a monitor.
Source position: forms.pp line 633
public procedure TCustomForm.MakeFullyVisible( |
AMonitor: TMonitor = Nil; |
UseWorkarea: Boolean = False |
); |
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. |
lazarus-ccr.sourceforge.net |