James Low wrote:
> 
> 1) In D5, can I quickly jump from an Objects procedures declaration
> (Interface statement) to its implementation - a la the reverse of Ctrl Left
> Mouse Click(I'd like to use the keyboard rather than mouse).

Shift-Ctrl-Up or Shift-Ctrl-Down usually works (does anyone know how to 
turn it on if it doesn't?)

> 
> 2) Is it possible from an implementation to generate the interface statement
> automatically (I guess default to private) - ie so you do not have to type:
> Private
> Procedure myProcedure(Var myVar : Integer);
> 
> .... and then the same stuff here ...
> 
> Procedure myObject.myProcedure(Var myVar : Integer);
>         Begin
>         end;
> 
Shift-Ctrl-C with the cursor on the declaration. This also does the 
reverse (generate the implementation from the interface).


> 
> Thanks
> 

/Kurt.
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to