Page 1 of 1

finalizar objetos ?

Posted: Thu Sep 06, 2007 1:51 pm
by AOKISANTOS
Antonio, de tempos em tempos preciso matar (finalizar) determinados objetos e recria-los

Como matar seria assim: objnume[x]:end() ???

ex:

objnume:=array(100)
for x:=1 to len(objnume)
redefine btnbmp objnume[x] ...
next

Posted: Thu Sep 06, 2007 2:21 pm
by karinha
ReleaseDC(objnume)

Posted: Thu Sep 06, 2007 7:00 pm
by Antonio Linares
Aoki,

FWH does it automatically. Don't care about it.