Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Newbie question
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00654364
Message ID:
00654485
Views:
16
>How do I call a custom method within a class? This is what I have done, I d/l a class(led.vcx) off of UT and it has a custom method in it called 'flick'. I have emailed the person that wrote this class but have not been able to get to him. Anyways, it says that I need to call the flick method to turn it on, and I have no idea how to do this. Would it be:
>
>thisform.led1.flick(0)?


The flick method doesn't have any parameters.
thisform.led1.flick()
>If so, would this go into the led1.init code section?

No, the Init event of any object runs when object gets instantiated.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform