Home > lang > special > new 
 en fr de es it nl pl pt pt_BR sq ca hu cs tr ar fa id 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 
_new
Public Sub _new ( ... )

The _new Метод is called when a new Објект of this Класа is created.

This method can takes any argument, and must return nothing (the created object is managed and returned by the interpreter).

The _new parameters will come from the NEW operator parameters.

Use this method to initialize the newly created object.

See also

Special Methods, Param.EventName