Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fichiers
Recherche: 

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.
Créé le
Il y a 25 années
Téléchargements
625
Type de fichier
General information
Résultat de votes:
Créé par
Michael G. Emmons
Object-oriented analysis and design. Codebook & COMCodebook framework. UML. N-tier design. Converting FP 2.6 apps to VFP.

Commentaires
Ajouter un commentaire
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...
Créé le
Il y a 24 années
Téléchargements
1036
Type de fichier
Résultat de votes
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.
Créé le
Il y a 25 années
Téléchargements
592
Type de fichier
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 ...
Créé le
Il y a 25 années
Téléchargements
388
Type de fichier
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.
Créé le
Il y a 26 années
Téléchargements
2992
Type de fichier
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...
Créé le
Il y a 27 années
Téléchargements
3002
Type de fichier