Press on the image to return to the main documentation page.
CallSubUtils
List of types:
CallSubUtils
RunDelayedData
CallSubUtils
Class module
Events:
None
Members:
CallSubDelayedPlus
(
Module
As
Object
,
SubName
As
String
,
Delay
As
Int
)
As
String
CallSubDelayedPlus2
(
Module
As
Object
,
SubName
As
String
,
Delay
As
Int
,
Arg
()
As
Object
)
As
String
CallSubPlus
(
Module
As
Object
,
SubName
As
String
,
Delay
As
Int
)
As
String
CallSubPlus2
(
Module
As
Object
,
SubName
As
String
,
Delay
As
Int
,
Arg
()
As
Object
)
As
String
Class_Globals
As
String
Initialize
As
String
IsInitialized
As
Boolean
Members description:
CallSubDelayedPlus
(
Module
As
Object
,
SubName
As
String
,
Delay
As
Int
)
As
String
Similar to CallSubDelayed. This method allows you to set the delay (in milliseconds).
CallSubDelayedPlus2
(
Module
As
Object
,
SubName
As
String
,
Delay
As
Int
,
Arg
()
As
Object
)
As
String
Similar to CallSubDelayed. This method allows you to set the delay (in milliseconds).
The target sub should have one parameter with a type of Object().
CallSubPlus
(
Module
As
Object
,
SubName
As
String
,
Delay
As
Int
)
As
String
Similar to CallSub. This method allows you to set the delay (in milliseconds).
CallSubPlus2
(
Module
As
Object
,
SubName
As
String
,
Delay
As
Int
,
Arg
()
As
Object
)
As
String
Similar to CallSub. This method allows you to set the delay (in milliseconds).
The target sub should have one parameter with a type of Object().
Class_Globals
As
String
Initialize
As
String
IsInitialized
As
Boolean
Tests whether the object has been initialized.
RunDelayedData
Events:
None
Members:
Arg
()
As
Object
Delayed
As
Boolean
Initialize
IsInitialized
As
Boolean
Module
As
Object
SubName
As
String
Members description:
Arg
()
As
Object
Delayed
As
Boolean
Initialize
Initializes the fields to their default value.
IsInitialized
As
Boolean
Tests whether the object has been initialized.
Module
As
Object
SubName
As
String
Top