Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Activate the class
Message
 
 
À
01/07/2002 05:11:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00673777
Message ID:
00673892
Vues:
10
Irwan,

You can drop an instance of your class onto a form and then call it's methods. You can set the classlib on the controls toolbar by clicking the books button. I find it a lot easier to drag a class out of the torn off All tab of the project manager.

You can also add the class at runtime:
this.AddObject( "oMyClass", "MyClass" )
this.oMyClass.DoSomething()
>how to activate the .vcx in my form.....
>where's procedure & how's the command should i start the .vcx and end it....
>in my form
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform