Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Protecting VFP Class
Message
 
À
17/04/2000 16:26:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00360614
Message ID:
00360644
Vues:
8
>Can someone tell me how to protect a class so it cannot be changed? I'm writing a class to unpack a string and don;t want it to be changed once I'm done?
>
>
>Thank you

Make a backup copy of the vcx and vct, then
USE The.VCX 
REPLACE ALL Methods WITH ""
USE
That will wipe out the source code from the class library and if anyone tries to edit it the classes will fail to work anymore.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform