|
![]() |
![]() |
version 2003
PA_Dial4DAllowXResize (dialog; allowXResize)
Parameter | Type | Description | |
dialog | PA_Dial4D | → | Dialog reference |
allowXResize | char | → | 1: Allows horizontal resize of the dialog, 0 : No resize |
Description
The routine
PA_Dial4DAllowXResize
allows the dialog to be resized horizontally depending on the
allowXResize
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_Dial4DAllowYResize
to allow the dialog to also be vertically resizable.
See Also
Error Handling
None.