Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Apps, Widgets, and Controls

FreezeDisplay() method

  • Last UpdatedSep 20, 2024
  • 1 minute read

The FreezeDisplay method freezes or unfreezes the Alarm Control. The following values are possible:

Value

Description

TRUE

Freezes the Alarm Control.

FALSE

Unfreezes the Alarm Control.

Syntax

AlarmClient.FreezeDisplay(FreezeFlag);

Parameters

FreezeFlag

Boolean value or expression (TRUE = freeze control, FALSE = unfreeze control)

Example

AlarmClient1.FreezeDisplay($hour > 17 OR $hour<9 );

LogMessage("The Alarm Control is frozen between 6 PM and 8 AM.");

In This Topic
TitleResults for “How to create a CRG?”Also Available in