Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Controling a Class
Message
From
28/08/2003 10:12:21
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
28/08/2003 10:08:20
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00824167
Message ID:
00824171
Views:
20
This message has been marked as the solution to the initial question of the thread.
>Help me to understand the way classes work.
>
>If I create a timer class in my project. Then I use this class on a form. How can I programatically control the interval property outside of this form?

Steven,
When you put it on a form it's a subclassed object belonging to form as with any other object like a textbox. If you have a reference to form then you can change it. ie:
with oMyForm.myTimer
 .Interval = 3000
 .Reset
endwith
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform