Table of Contents
VSet Class: Properties
VSet.Count
Declaration:
Count as Integer (r/o)
Description:
The number of items in the Set.
Example:
count = set1.Count
VSet.IsSortedByRecID
Declaration:
IsSortedByRecID as Boolean (r/o)
Description:
Returns TRUE if the Set is sorted by RecID values.
Example:
sorted = set1.isSortByRecID
VSet.IsEmpty
Declaration:
IsEmpty as Boolean (r/o)
Description:
Returns TRUE if the Set is empty.
Example:
empty = set1.IsEmply