public function excluir(nome:Image):void
{
nome.enabled = false;
}
it's simple...
I'm trying to use a string who comes from the db to set on image property.
it's like -> id.enabled = false
public function excluir(nome:Image):void
{
nome.enabled = false;
}
it's simple...
I'm trying to use a string who comes from the db to set on image property.
it's like -> id.enabled = false