Questions tagged [tstringgrid]

TStringGrid is VCL grid control designed to manage the handling of strings and associated objects in Delphi and related development tools. It is defined in the Grids.pas (or VCL.Grids.pas starting with Delphi XE2 version) unit.

The exact amount of features vary depending upon chosed devtool and its version.

Some documentation links include^

181 questions
-4
votes
2 answers

how do i fill in a string grid with an array of records

I have the record structure of Tperson = record // setting/declaring the record firstname: string[30]; surname: string[30]; form: string[5]; catscore: real; predictedgrade: string[2]; giftedandtalented: string[255]; learningdifficulties:…
Nathan
  • 19
  • 2
  • 7
1 2 3
12
13