2.0
3.0
>
comp
>
gb
>
object
>
call
Precedente
Successivo
Modifica
Rinomina
Undo
Search
Amministrazione
Documentazione
Attenzione! Questa pagina non รจ tradotta.
Vedi versione in inglese
Object.Call (gb)
STATIC
FUNCTION
Call
(
Object
AS
Object
,
Method
AS
String
[
,
Arguments
AS
Array
]
)
AS
Variant
Calls an
object
metodo
dynamically.
Object
is the object reference.
Method
is the name of the method.
Arguments
is an array of all parameters passed to the method. If the method takes no argument, that can be omitted.
If the specified method is a function, then its return value becomes the return value of Object.Call.