3.7.5.70 System.Display

Read and alter display-related settings

LabTalk Object Type:

Utility

The display object is a sub-object of the system object. The display object properties allow you to read and alter display-related settings which are set in the OPTION.CNF file. These settings can also be accessed in the Options dialog box.


Properties:

Property Access Description
System.display.balloonHelp Read/write
numeric

Dsplay balloon help: 1 = enable, 0 = disable. To view balloon help, hold the mouse pointer over a toolbar button or tool element.

System.display.noWinUpdate Read/write
numeric

Do not update the window if it is more than noWinUpdate% covered by another window(s).

System.display.pasteMeta Read/write
numeric

Paste the Clipboard image as a bitmap or a metafile. 1 = metafile, 0 = bitmap.

System.display.selBlink Read/write
numeric

Control the blinking of the axis or tick labels when they are double-clicked. 1 = enable blink, 0 = disable blink. See also: System.Axis, Axis command.

System.display.wksGridNoShow Read/write
numeric

Available for video displays that don't draw the worksheet grids correctly. 1 = enable, 0 = disable.