|
![]() |
![]() |
version 2003
PA_Dial4DAllowYResize (dialog; allowYResize)
Parameter | Type | Description | |
dialog | PA_Dial4D | → | Dialog reference |
allowYResize | char | → | 1: Allows vertical resize of the dialog, 0 : No resize |
Description
The routine
PA_Dial4DAllowYResize
allows the dialog to be resized vertically, depending on the
allowYResize
parameter. By default, the dialog resizing options depends on the layout settings as defined in the layout editor, however this command allows you to dynamically change those settings.
You can combine this call with a call to
PA_Dial4DAllowXResize
to allow the dialog to also be horizontally resizable.
See Also
Error Handling
None.