Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Removing / Adding methods in a class from a builder...
Message
 
 
To
09/02/2000 09:30:22
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00329381
Message ID:
00329388
Views:
18
>Is it possible to add and remove methods in a class from a (custom) builder for that class?
>
>Thanks.
>

Does your builder work on a PRG or a visual class? I would think a PRG would be easier. If you look at the actual code, the methods start with PROCEDURE some_name and ENDPROC. Your procedure to Remove a method would have to look for PROCEDURE and its corresponding ENDPROC.

Of course doing anything like this, I would include a procedure at the beginning of my builder to make a backup copy first.

To get a better answer, more info about the builder and class would be helpful.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform