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

TCustomForm.RestoredTop

The Top coordinate for the form when it is restored (i.e. changes from minimized or maximized).

Declaration

Source position: forms.pp line 824

public property TCustomForm.RestoredTop : Integer
  read FRestoredTop;

Description

RestoredTop is a read-only Integer property which contains the top coordinate for the form when its size is altered in WMSize or WMMove message handlers. The property value is applied when the asynchronous queued event handler for the form is executed, and calls the DoOnChangeBounds method.

See also

TCustomForm.WMSize

  

Handles the LM_SIZE window message for the form.

TControl.DoOnChangeBounds

  

Signals OnChangeBounds event handlers for the control.

TControl.Left

  

The client coordinate with the left edge for the control.


Version 3.2 Generated 2024-02-25 Home