PreviousActiveX Controls Guide (v10) Next

Clear

Chapter contents

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
Book contents

Prev topic: Btrv
Next topic: Close