Home > lang > special > property 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
_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.

See also

_unknown