Home > lang > class 
 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
 
CLASS
CLASS Identifier

Declares to the compiler that Identifier can be used as a class name.

By default, all classes of the current project and all classes exported by the used components are automatically declared.

This keyword can be useful if you want to write some optional code in a component that needs a class from a component that is not necessarilly loaded by the main project using this component.

See also

Object & Class Management