Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Protecting VFP Class
Message
 
To
17/04/2000 16:26:00
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00360614
Message ID:
00360644
Views:
9
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform