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.