Skip to main content
Version: 20 R7 BETA

FORM GET VERTICAL RESIZING

FORM GET VERTICAL RESIZING ( resize {; minHeight {; maxHeight}} )

ParameterTypeDescription
resizeBooleanTrue: Form can be resized vertically
False: Form cannot be resized vertically
minHeightIntegerSmallest form height allowed (pixels)
maxHeightIntegerLargest form height allowed (pixels)

This command is not thread-safe, it cannot be used in preemptive code.

Description

The FORM GET VERTICAL RESIZING command returns the vertical resizing properties of the current form in the resize, minHeight and maxHeight variables. These properties may have been set for the form in the Form editor in Design mode or for the current process via the FORM SET VERTICAL RESIZING command.

See also

FORM SET VERTICAL RESIZING