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

Apps, Widgets, and Controls

SelectedCount property

  • Last UpdatedJul 19, 2024
  • 1 minute read

The SelectedCount property is a read-only integer property that gets the total number of selected alarm records.

Syntax

Result = AlarmClient.SelectedCount;

Return Value

Returns the number of selected alarm records.

Example

NSelRows = AlarmClient1.SelectedCount;

If NSelRows > 5 Then

LogMessage("There are more than 5 rows selected.");

Endif;

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