Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do i make a .vcx class
Message
 
 
À
22/07/1998 09:29:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00120125
Message ID:
00120266
Vues:
17
Rahd,

You can use the Project manager to create new classlibs and classes. You can also use code in the command window:

create classlib rahd1
create class cTextBox of rahd1 as textbox
create classlib rahd2
create class bTextBox of rahd2 as cTextBox from rahd1

The classes in classlibs can be dragged and dropped from either the project manager or the class browser onto forms in the designer.

> how do i make a .vcx class & how exactly do i use it for my forms
>
> what are the uses of .vcx classes
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