Dev-Cpp
Dev-Cpp copied to clipboard
Dropdown display of methods in Delphi IDE
trafficstars
Just noting as explanation : this https://quality.embarcadero.com/browse/RSP-35597 gave me the source of the problem (showing 35 methods instead of 339 in TMainForm).
Use of inline var declarations kills the IDE listing of unit methods. (Not knowing why was bugging me).