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:
00654421
Views:
16
Brad,

First you need to create an object from the class. Once you have an object you can call its methods.

Example:
loLed = NewObject("Led","Led.prg")  && Create an object
loLed.Flick() && Call its method
Read the help file for NewObject and CreateObject functions as this example is overly simplistic and will not really work for you.

Also most container objects, like forms, have an AddObject and newObject method that will add objects to the container.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform