DoAvaxAction

Top  Previous  Next

 

DoAvaxAction (Method)

 

Executes an AVAX Command to some objects described in a specific handles array

 

Syntax:

Function DoAvaxAction(InHandles() As Integer, vIn As Object, myAction As AvaxCommand, fNewHandles As Boolean, OutHandles() As Integer, vOut As Object, errCode As Integer) As Boolean

 

The DoAvaxAction method syntax consists of the following:

Parameter

Data Type

Description

InHandles()

Integer

An array of Integers for the handles of the objects

vIn

Object

A Variant expression that defines additional data for this function

myAction

AvaxCommand

An expression that defines the command which you want to execute for the specific handles

fNewHandles

Boolean

A Boolean expression that defines if there are new objects after the command's execution

OutHandles()

Integer

An array of Integers for the handles of the new objects if there are any

vOut

Object

A Variant expression that defines answers after the command's execution

errCode

Integer

If this parameter is not zero then an error was occured

 

Return value:

Boolean - True on success, false on error.

 

Example