Cambio en un textfield

Eduard
26 de Noviembre del 2003
Tengo un boton deshabilitado, que debe habilitarse al escribir en un textfield. Como detecto cuando se ha escrito en el textfield?

annel
26 de Noviembre del 2003
puedes intentar esto
if text.getText() = 0 then
---lo k kieres
button.setEnabled(true);