Home > lang > special > new 
 en fr de es nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Precedente  Successivo  Modifica  Rinomina  Undo  Search  Amministrazione  
Documentazione  
Attenzione! Questa pagina non รจ tradotta.  Vedi versione in inglese 
_new
Public Sub _new ( ... )

The _new metodo is called when a new object of this classe 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.

Vedi anche

Metodi speciali, Param.EventName