AUTORESIZEDEBUGMODE

 

 

Purpose

.AutoResizeDebugMode turns on or off the Resize Debug Mode. This enables you to view the new positions and sizes of objects in outline as the screen resizes.

Object Type

Client

Syntax

Setting:           Client.AutoResizeDebugMode = Value

Retrieving:       Variable = Client.AutoResizeDebugMode
 

Operation

Value is the setting for the property (TRUE or 1 = Enabled, FALSE or 0 = Disabled)
Variable
is a numeric variable

Remarks

This is a Client property that enables or disables the Resize Debug Mode. When enabled you can view the links between various resizeable and non-resizeable objects. Resizeable objects contain red dashed lines. When the object reaches its maximum or minimum size, the dashed lines become solid.

Example

To enable the Resize Debug Mode:

Application.AutoResizeDebugMode = TRUE

 

Note: This Application property applies to PROIV Open Client only.

 

Comment on this topic

Topic ID: 510141