Description
Occurs when the user or a script opens or resizes the client area of a window or DataWindow control.
Event ID
Arguments
Argument |
Description |
---|---|
sizetype |
UnsignedLong by value. The values are:
|
newwidth |
Integer by value (the width of the client area of a window or DataWindow control in PowerBuilder units). |
newheight |
Integer by value (the height of the client area of a window or DataWindow control in PowerBuilder units). |
Return Values
Long.
Return code choices (specify in a RETURN statement):
0 -- Continue processing