Home > lang > inherits 
 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
 
INHERITS
Syntax
INHERITS ParentClass

Put this on the beginning of a class file to tell Gambas that the current class inherits the ParentClass class.

You must use the ME keyword to access the inherited elements from the class inside.

See also

Gambas Object Model  Object & Class Management