Page 1 of 1

Destroy a Control, how ?

Posted: Wed Nov 18, 2020 7:44 am
by AUGE_OHR
hi,

i have a Form with many LABEL.
now i want to "destroy" a LABEL, how :idea:

Re: Destroy a Control, how ?

Posted: Wed Nov 18, 2020 8:09 am
by Rathinagiri
Have you used Release method?

For example,

form1.label1.release()

or

DoMethod( 'Form1', 'Label1', 'RELEASE' )