PreviousActiveX Controls Guide (9.1 revision 1) Next

Clear

Show this topic in Library frames

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 
 

Part
Description
object
Required. The object placeholder represents an object expression that evaluates to an object in the Applies To list.

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 

Chapter contents
Publication contents

Prev topic: Btrv
Next topic: Close