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

Object Model, Object & Class Management