Opposite of create ?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
penopia
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 25
Joined: Fri Apr 25, 2008 2:46 pm

Opposite of create ?

Post by penopia » Mon Jan 27, 2014 1:59 am

Dear Livecoders ;

What command should I use when I want remove a button ?
I can't find the opposite of "'create buttone" in rev Dictionary ...

Thanks in advance for your help ^^

dave.kilroy
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 858
Joined: Wed Jun 24, 2009 1:17 pm
Contact:

Re: Opposite of create ?

Post by dave.kilroy » Mon Jan 27, 2014 2:33 am

Hi Penopia

Have a look for "delete" in the dictionary - and while you're at it also search for "deleteButton" for any cleaning up you might need to do before deleting...
"...this is not the code you are looking for..."

penopia
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 25
Joined: Fri Apr 25, 2008 2:46 pm

Re: Opposite of create ?

Post by penopia » Mon Jan 27, 2014 3:03 am

Thanks Dave !!!
I found the command "delete" in the RevDic.. :)

Post Reply