PA_Dial4DAllowYResize

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_Dial4DAllowYResize (dialog; allowYResize)

ParameterTypeDescription
dialogPA_Dial4DDialog reference
allowYResizechar1: 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

PA_Dial4DAllowXResize.

Error Handling

None.


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next