Home
Up
Count
Item
Add
Move
MoveUp
MoveDown
Remove
OnBarRecordAdded
OnBarRecordChanged
OnBarRecordRemoved
OnBarRecordsSorted
OnBarRecordMoved
OnGroupAdded
OnGroupChanged
OnGroupRemoved
OnGroupMoved

GroupCollection.Count

Get the number of groups in the collection

Syntax

count = barlist.Groups.Count

Parameters

None

Returns

Long Integer. The number of groups in the collection

Example

This example displays the number of groups in the collection

Dim count as Long
count = barlist.Groups.Count
MsgBox "There are " + count + " groups"

Home ] Up ] [ Count ] Item ] Add ] Move ] MoveUp ] MoveDown ] Remove ] OnBarRecordAdded ] OnBarRecordChanged ] OnBarRecordRemoved ] OnBarRecordsSorted ] OnBarRecordMoved ] OnGroupAdded ] OnGroupChanged ] OnGroupRemoved ] OnGroupMoved ]


Copyright © 1999, Washington State Department of Transportation