Home > def > method 
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
method
A method is a function associated with an object.

A method can be either public or private, and can be static.

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

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

See also

Method Declaration  Gambas Object Model