RowCount Property
- Last UpdatedNov 07, 2016
- 1 minute read
Returns the number of records shown in the control. This property is read-only.
Type
Integer
Syntax
Object.RowCount
Example
The name of the control is AlmDbView1 and tagname an integer tag.
tagname = #AlmDbView1.RowCount;