Clear
Applies to
VAccess, VACombo, VAList
Description
Clears the contents of a VAList or VACombo, clears the contents of the data buffer and index buffer of a VAccess control.
Syntax
object.Clear
The syntax for this method has the following parts:
 
Remarks
A VAList or VACombo control that is operating in record list mode (VARecordList property is set to True) does not support the Clear method.
Example
'Clear the data buffer and all bound controls
VAccess1.Clear