Top
PowerCOBOL V11.0 Reference
FUJITSU Software

6.42 Resized Event

Description:

Generated when the form is resized.

Used in controls:

None.

Used in objects:

Form

Parameters:

1. VT_I2 - SizeState S9(4) COMP-5

2. VT_I4 - ClientWidth S9(9) COMP-5

3. VT_I4 - ClientHeight S9(9) COMP-5

Description of parameters:

  1. SizeState: Contains the target state of the resize. Use the following constants to determine the state:
    POW-SIZE-RESTORED: Window is neither maximized, nor minimized -
    its size is determined by the user or the application.
    POW-SIZE-MINIMIZED: Window is minimized.
    POW-SIZE-MAXIMIZED: Window is maximized.

  2. ClientWidth: The new width of the form. The ScaleMode property defines the units.

  3. ClientHeight: The new height of the form. The ScaleMode property defines the units.