Início > dev > api > cat > method 
 en fr de es it nl pl pt mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
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 
Methods Implementation
ARG Returns a pointer to a method argument.
BEGIN_METHOD Begins the implementation of a method that takes at least one argument.
BEGIN_METHOD_VOID Begins the implementation of a method that takes no argument.
END_METHOD Ends the implementation of a method.
GB.NParam Returns the number of variable arguments of a method.
LENGTH Returns the length of a string method argument.
MISSING Returns if an optional argument has a value.
STRING Returns the address of a string method argument.
VARG Returns the value of a method argument.
VARGOPT Returns the value of an optional method argument.