DeleteItems

Top  Previous  Next

 

DeleteItems (Method)

 

Deletes the objects described in a specific handles array

 

Syntax:

Function DeleteItems([Handles]() As Integer) As Boolean

 

The DeleteItems method syntax consists of the following:

Parameter

Data Type

Description

[Handles]()

Integer

 

 

Return value:

Boolean - True on success, false on error.

 

Example