How autocomplete in delphi? -


i using delphi 7, when write code in unit, want autocomplete words of tree's objects.

for example, have next objets: labelname, labeledge, labelwindow, want start write labeln , have possibility of autocomplete labelname.

is possible?

as david heffernan said in comments need press ctrl+space key in order code insight provide available choices auto-completion.

the available choices depend on part of component name, method name, variable name, or constant name have written.

they depend on current code scope means code insight won't provide choice use method, variable or constant if can't accessed method writing code in (local variables/constants belong other methods, private members of different class, etc.)

you can invoke code insight provide choices when haven't written partial name. in case code insight show available methods, variables, constants , objects (both components , classes) can accessed within current code scope. useful when searching specific method can't remember name.


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -