how to clear the edit text automatically?
조회 수: 3 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
채택된 답변
TAB
2012년 1월 31일
In your button callback function
set(handles.edit1,'String','');
where edit1 is your edit text
댓글 수: 2
추가 답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!