Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Releasing Toolbars
Message
 
To
18/11/1998 11:43:04
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00158836
Message ID:
00158850
Views:
20
I'm assuming you mean you need to have the toolbar release itself. Toolbars have a Release method. Try the foloowing in the command window:

1. Create your toolbar with oRef=CREATEOBJECT()
2. oRef.Show (if not already visible)
3. oRef.Release

HTH
>Hello,
>
>I've a toolbar class definition. Instantiates with oRef=CREATEOBJECT(). However I need to release the object programmatically from within. Since there's no Release method, would oRef=.NULL. be a recommended approach?
Colin Magee
Team Leader, Systems Development
Metroland Media Group Ltd.
Mississauga, Ontario, Canada

cmagee@metroland.com

Never mistake having a career with having a life.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform