2.0
3.0
>
comp
>
gb
>
object
>
call
Anterior
Próximo
Editar
Renomear
Desfazer
Procurar
Administração
Documentação
Cuidado! Esta página não está traduziada.
Veja a versão em inglês
Object.Call (gb)
STATIC
FUNCTION
Call
(
Object
AS
Object
,
Method
AS
String
[
,
Arguments
AS
Array
]
)
AS
Variant
Calls an
objeto
method
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.