GetTotalSegments
Applies to
VAccess
Description
Returns the total number of segments contained in the specified index of the file associated with the VAccess control.
GetTotalSegments has been maintained for backwards compatibility. Index properties can usually be more quickly and easily manipulated using the IndexList property.
Syntax
object.GetTotalSegments(keynumber)
The GetTotalSegments method syntax has these parts:
 
Example
NumSegments% = _ VAccess1.GetTotalSegments(VAccess1.KeyNumber)