ComponentOne List 8.0 for ActiveX
Clear Method (XArrayDB)

 

XArrayDB Reference> XArrayDB Object Methods> Clear Method (XArrayDB)

Clear Method (XArrayDB)

This method deallocates all data associated with an XArrayDB object while preserving its dimensions.

Syntax

XArrayDB.Clear

Arguments

None

Return Value

None

Remarks

Method applies to XArrayDB object.

After the Clear method executes, all of the array elements contain empty variants, and both of the following Visual Basic expressions evaluate to True for any element:

IsEmpty(element)

VarType(element) = 0

See Also

XArrayDB Object

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback