Pascal/Il Turbo Vision: differenze tra le versioni

m
Update syntaxhighlight tags - remove use of deprecated <source> tags
m (Bot: accenti)
m (Update syntaxhighlight tags - remove use of deprecated <source> tags)
 
Come primo esempio dimostrativo possiamo compilare il seguente codice:
 
<sourcesyntaxhighlight lang=Pascal>
uses App;
 
MyApp.Done;
end.
</syntaxhighlight>
</source>
 
Il semplicissimo programma non fa che ereditare dalla classe TApplication, richiamando il costruttore Init, il metodo Run e il distruttore Done.
266

contributi