Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Subclassing cursor,dataenvironment,....
Message
 
À
11/01/2002 03:24:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00603368
Message ID:
00603441
Vues:
23
The only way that i've seen this done is creating a builder for the class you want to use then execute the SaveAsClass() method. Even then, if you talking about a class like the data environment or cursor oject you would have to create a wrapper class that would act as the dataenvironment - during runtime it would programatically create the data environment and add the cursor objects then execute the OpenTables() method.

This methodology is "lighting fast" because during runtime you're simply assigning values to a bunch of properties then executing the OpenTables() method.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform