Home > def > method 
 fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
method
A method is a function defined at class 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

Method Declaration, Object Model