Skip to main content
Version: Next

QR Get area property

QR Get area property ( area ; property ) -> Function result

ParameterTypeDescription
areaLongint🡒Reference of the area
propertyLongint🡒Interface element designated
Function resultLongint🡐1 = displayed, 0 = hidden

Description

The QR Get area property command returns 0 if the interface element passed in property is not displayed; otherwise, it returns 1.

This command can only be used with a Quick report area embedded in a form.

You can use the following constant from the QR Area Properties theme in property:

ConstantValueComment
qr view contextual menus7Display status of the Contextual menu (Displayed=1, Hidden=0)

If you pass an invalid area number, the error -9850 will be generated.

If you pass an invalid property parameter, the error -9852 will be generated.

See also

QR SET AREA PROPERTY