Home > lang > special > unknown 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
_unknown
Public Sub _unknown ( ... ) As Variant

The _unknown method is called when the interpreter didn't find a method or property symbol in the class declaration.

This method takes a variable number of arguments, and returns a Variant value.

Inside the implementation function, you must use the Param class:

If the unknown symbol is a property, then:

See also

Special Methods, Param