Delphi: keystroke or IDE option to populate interface elements on a class
问题 I am looking for any IDE menu option, keystroke, shorcut, mouse clicks or something to populate all interface elements (methods, properties, etc) inside a class implementing it. Are there any way to do it ? 回答1: There is no such shortcut, sadly. A rather similar question was asked recently here: How to automatically implement inherited abstract methods in Delphi XE 回答2: There is a shortcut that will let you autocomplete your class: Ctrl + Shift + C will autocomplete your functions, procedures