Dušan Majkić wrote: >>One of my personal favorites is the "Complete Class at Cursor" >>(Ctrl+Shift+C) function. >> >>If you're in the class declaration, it will create skeleton >>method bodies in the implementation section. But more importantly > > > And it works the other way around. > > You can write method in implementatin section, and Ctrl+Shift+C > will add it to the class declaration.
That was the first thing I mentioned: <quote> If you're in the implementation section of a class, it adds any method headers you've added to the class declaration. </quote> Stephen Posey [EMAIL PROTECTED] _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

