SelectItems

Top  Previous  Next

 

SelectItems (Method)

 

Selects objects with handles described in a specific handles array

 

Syntax:

Function SelectItems([Handles]() As Integer, ItemType As AvaxItemType) As Boolean

 

The SelectItems method syntax consists of the following:

Parameter

Data Type

Description

[Handles]()

Integer

 

ItemType

AvaxItemType

An expression that defines the type of the objects

 

Return value:

Boolean - True on success, false on error.

 

Example