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