Destroy a Control, how ?

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2093
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Destroy a Control, how ?

Post by AUGE_OHR »

hi,

i have a Form with many LABEL.
now i want to "destroy" a LABEL, how :idea:
have fun
Jimmy
User avatar
Rathinagiri
Posts: 5480
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Destroy a Control, how ?

Post by Rathinagiri »

Have you used Release method?

For example,

form1.label1.release()

or

DoMethod( 'Form1', 'Label1', 'RELEASE' )
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply