ComponentOne True DataControl 8.0
Clear Method (XArrayDB)

Syntax

XArrayDB.Clear

Method applies to XArrayDB object.

Arguments

None

Return Value

None

Description

This method deallocates all data associated with an XArrayDB object while preserving its dimensions. 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

 

 


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

Product Support Forum  |  Documentation Feedback