Skip to main content
Version: Next

FORM GET HORIZONTAL RESIZING

FORM GET HORIZONTAL RESIZING ( resize : Boolean {; minWidth : Integer {; maxWidth : Integer}} )

ParameterTypeDescription
resizeBoolean←True: Form can be resized horizontally
False: Form cannot be resized horizontally
minWidthInteger←Smallest form width allowed (pixels)
maxWidthInteger←Largest form width allowed (pixels)
History
ReleaseChanges
12Created

Description​

The FORM GET HORIZONTAL RESIZING command returns the horizontal resizing properties of the current form in the resize, minWidth and maxWidth 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 HORIZONTAL RESIZING command.

See also​

FORM SET HORIZONTAL RESIZING

Properties​

Command number1077
Thread safeno