Hello All,
I've done some programming in Delphi and I was wounding if there might be a way in .Net to implement the neat little feature that Delphi has for Class Completion? For those of you who have not used Delphi here is a little description of what this does.
You build your list all of your properties you want for your class, then you right click on the the editor then click "Complete Class" Delphi's editor then creates all of the listed properties "Get" and "Set" values listed in the class at that time. It's really slick and saves on this nasty tedious work we all must do when building classes.
If there is a way please let me know. I'm build classes right now, and my fingers are in knots!![]()




Reply With Quote