Mega Code Archive

 
Categories / Delphi / Examples
 

Codeinsight saves time

If you type the name of a unit in the Delphi code editor and add a point, the code completion function enters in action and displays the types, variables, procedures and function in the interface part of the named unit. You can get the same effect by just pressing Ctrl+«space». Tip: if you type 'self.' in an obect's method, you also get a list of properties, variable, events, etc. - related to the "current" object.