guides:programming:programmers_reference_manual:size_event

SIZE event

Occurs when a window's size or position has changed.

bforward = SIZE(ctrlentID, ctrlclassID, x, y, width, height)

SIZE accepts arguments for the following parameters.

ParameterDescription
CtrlentIDHas the format WindowName.ControlName, where WindowName is the identifier of the window that contains the affected control, and ControlName is the identifier of that control. Notice that a period separates the two values.
CtrlclassIDThe type of control. Possible values are:

Type - Description
ICON - Icon.
WINDOW - Window.
XHorizontal distance from origin.
YVertical distance from origin.
WidthWidth of window.
HeightHeight of window.

True or false. If false, then program execution returns to the calling procedure. If true, then event processing goes to the next level.

The origin in Windows is the upper left corner of the screen.

  • guides/programming/programmers_reference_manual/size_event.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1