Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delphi 7 turn on auto complete

I'm a new be in Delphi . I use Delphi 7 IDE . How I can turn on the auto complete when I write the code in Delphi 7 IDE ?

Thanks

like image 300
Toren Avatar asked Mar 23 '11 11:03

Toren


1 Answers

In the menus select Tools | Editor Options. Select the Code Insight page. Make sure that Code completion is checked.

enter image description here

You can invoke it from the keyboard with CTRL+space.

Note: This is all from Delphi 6 but Delphi 7 is pretty much the same as I recall.

like image 82
David Heffernan Avatar answered Sep 27 '22 17:09

David Heffernan