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

Apps, Widgets, and Controls

NoRecordsMessage​.Message property

  • Last UpdatedJul 19, 2024
  • 1 minute read

The NoRecordsMessage.Message property is a read-write string property that gets or sets the custom message text when no alarm records are available and the NoRecordsMessage.Enabled property value is TRUE.

Syntax

result = AlarmClient.NoRecordsMessage.Message;

AlarmClient.NoRecordsMessage.Message = myCustomMessage;

Example

AlarmClient1.NoRecordsMessage.Enabled = 1;

AlarmClient1.NoRecordsMessage.Message = "There are no alarm records available";

Remarks

Use this property in combination with the NoRecordsMessage.Enabled property.

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