Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CL_GUI_TEXTEDIT

michael_teran
Participant
0 Likes
582

Hi,

I have a problem ,.... when I use the class CL_GUI_TEXTEDIT .... I can't clean the object ..... and then I woud like to use a method which clean the objetct I mean ... it became the obect as a init .

Thanks

hi,

As Earlier Mentioned You can use Method Free.

call method g_editor->free

with regards,

Syed

3 REPLIES 3
Read only

Former Member
0 Likes
521

Hi,

You can use method DELETE_TEXT.

Regards,

Ernesto

Read only

rathishr_nair
Explorer
0 Likes
521

Hi Michael,

You can use the CLEAR statement. If you want to destroy the object, then use the method FREE of the same class.

Thanks

Rathish

Read only

syed_ibrahim5
Active Participant
0 Likes
521

hi,

As Earlier Mentioned You can use Method Free.

call method g_editor->free

with regards,

Syed