Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Downloads
Search: 

Duplicate Class Utility
Michael G. Emmons
Anyone who has done much object oriented programming in VFP has needed to duplicate a class in the same class library at one time or another. Sometimes you need to make a quick backup, other times you'd like to create a new class with many of the same properties and methods as an existing class (I'm talking about sibling clases here, not cases where you need to subclass). Duplicating a class in a class library is a cumbersome process. From the class browser you are required to copy the class to a different class library, rename the new class, copy the class back to the original library and delete the copy still sitting in the other library. Yuck! Isn't there an add-in for the class browser to accomplish this without all the fuss? No! Just kidding, if you've read this far you know the answer is yes. Dupclass.app does just that. It will copy any class to the same library allowing you to rename the copy anything you like.
Created on
25 years ago
Downloads
626
File type
General information
Created by
Michael G. Emmons
Object-oriented analysis and design. Codebook & COMCodebook framework. UML. N-tier design. Converting FP 2.6 apps to VFP.

Comments
Add a comment
More downloads created from this member
Michael G. Emmons
This utility will search for a string through all methods and properties in all classes of a particular directory. It will present a list of the library, class, object and method the code is found in. The code can be quickly edited by double-clicking on the search results list. If you've ever made a...
Created on
24 years ago
Downloads
1036
File type
Rating
5.00/5.00
Michael G. Emmons
Adding several class libraries at a time to a project can be time consuming since VFP only allows you to add one library at a time. This utility will allow you to select a directory and add all the class libraries in that directory to the current project.
Created on
25 years ago
Downloads
593
File type
Michael G. Emmons
Using VFP's class browser it is extremely easy to find and modify the parent class of a particular child class; just select the child, right click on it and choose "Select parent class." But, what if you want to select a parent class and find all the children? This utility will allow you to do just ...
Created on
25 years ago
Downloads
388
File type
Michael G. Emmons
A native VFP replacement for the Progressbar OCX! Easy to use interface shows the user a percentage done of any operation. Class includes a status bar and title bar.
Created on
26 years ago
Downloads
2992
File type
Michael G. Emmons
Change any textbox into a searchable textbox! This textbox will allow you to click on it and search for a value, even if the textbox is bound to data, without the data being changed. You only need to supply search code in the SearchCode() method, set the Search property to .T. and you're ready to go...
Created on
27 years ago
Downloads
3002
File type