DoAvaxAction
MethodDoAvaxAction (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 integer handles of the objects |
vIn |
Object |
A Variant expression that defines additional data for this method |
myAction |
The command to execute for the specified handles |
|
fNewHandles |
Boolean |
Indicates whether the command creates new objects. |
OutHandles() |
Integer |
An array of integer handles of the new objects if there are any |
vOut |
Object |
A Variant expression that defines answers after the command's execution |
errCode |
Integer |
Non-zero when an error occurred. |
Return value:
Boolean - True on success, false on error.