Nicholas Ring wrote a useful Delphi IDE plugin called Delphi Shortcut Finder and made it open source on GitHub. Unfortunately he updated it last in 2015, so it has become yet another abandoned Delphi tool. I had a need for something like this today and remembered the tool, but unfortunately not its name. So it … Continue reading Delphi Shortcut Finder for 10.x
Day: July 13, 2019
TStringGrid has Rows and Cols properties
From the "How could I have missed this for decades?" department: The TStringGrid component in Delphi has got two interesting properties which I didn't know about: TStringGrid.Rows lists the strings and their associated objects for each row TStringGrid.Cols Lists strings with their associated objects for each column I found out about rows when I searched … Continue reading TStringGrid has Rows and Cols properties