PA_Dial4DAllowXResize

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

version 2003


PA_Dial4DAllowXResize (dialog; allowXResize)

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

PA_Dial4DAllowYResize.

Error Handling

None.


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