Effacer les filtres
Effacer les filtres

how to clear the edit text automatically?

3 vues (au cours des 30 derniers jours)
norfaizayu
norfaizayu le 31 Jan 2012
how can i clear the edit text automatically when i push button that i already set to clear the edit text.meaning that, when i push the button, edit text will be clear with word or value in the edit text.

Réponse acceptée

TAB
TAB le 31 Jan 2012
In your button callback function
set(handles.edit1,'String','');
where edit1 is your edit text
  2 commentaires
norfaizayu
norfaizayu le 31 Jan 2012
thank you.
mohamed abonour
mohamed abonour le 24 Déc 2016
  • Item onethanks pro :D
  • Item two

Connectez-vous pour commenter.

Plus de réponses (1)

Christopher A. De Oliveira
Christopher A. De Oliveira le 14 Juil 2019
thanks

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by