Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Subclass an entire library
Message
De
10/10/2002 08:37:41
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
10/10/2002 05:27:07
Victor Verheij
International Film Festival Rotterdam
Rotterdam, Pays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00709736
Message ID:
00709773
Vues:
14
>I want to know if there is a way to subclass all the classes in one library.
>This way i hope to avoid screwing up my base classes.
>
>Maybe it's evenpossible to subclass them to an other library?
>
>tia victor.

Copy or subclass ?
lcSourceClassLib = GETFILE('VCX')
lcNewClassLib = PUTFILE('','','VCX')
lnClasses = AVCXCLASSES(arrClasses, lcSourceClassLib)
CREATE CLASSLIB (lcNewClasslib)
FOR ix = 1 TO lnClasses
 ADD CLASS (arrClasses[ix,1]) OF (lcSourceClassLib) TO (lcNewClassLib)
endfor
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform