LOTUSSCRIPT/COM/OLE CLASSES
Read-only. The number of top-level entries in a view.
Note This property is new with Release 5.
Defined in
NotesView
Data type
Integer
Syntax
To get: count% = notesView.TopLevelEntryCount
Usage
If the view is categorized, this count is the number of main categories.
If the view has totals, this count includes the grand total.
Where the count may exceed 32767, read this property into a Long and if it is negative add 65535.
Language cross-reference
TopLevelEntryCount property in Java View class
Example