首页 > lang > class 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh eo
前一个  下一个  编辑  重命名  撤销  搜索  管理  
文档  
警告! 该页面未翻译。  参见英文版 
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.

参见

Object & Class Management