首页 > lang > special > property 
 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
前一个  下一个  编辑  重命名  撤销  搜索  管理  
文档  
警告! 该页面未翻译。  参见英文版 
_property
Public Sub _property ( ... ) As Boolean

The _property method is called just before the _unknown method, to know if an unknown symbol is a method or a property.

The unknown symbol is stored in Param.Name.

If it is a property, then the _property method must return TRUE. Otherwise it must return FALSE.

If the _property is not implemented, then all unknown symbols will be methods.

参见

_unknown