Home > def > method 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
method
A method is a function defined at класс level, and usually acting on a specific object.

It can be:

A method can return a value, whose datatype is the datatype of the method.

A method have arguments, each one having a datatype. Some of the arguments can be optional.

A method can be programmed in Gambas, or in C/C++ when defined in a native component.

See also

Объявление методов, Object Model