Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Controling a Class
Message
De
28/08/2003 10:12:21
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
28/08/2003 10:08:20
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00824167
Message ID:
00824171
Vues:
21
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform