Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CREATE CLASS alternative
Message
De
15/01/2002 14:22:35
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00604980
Message ID:
00605027
Vues:
14
Certain ActiveX controls can only be instantiated within a form, which
complicates things. Otherwise, SaveAsClass would be perfect.

>You could also use the SaveAsClass method of the object. If you can instantiate the object, then you can use this method to save to a specified class library. You can also specify any comments you want to be associated with the class. Ex.
>lox = createobject('myclass')
>lox.SaveAsClass('NewClassLib','NewClassName','NewDescription')
>
>HTH.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform