TStringGrid is VCL grid control designed to manage the handling of strings and associated objects in Delphi and related development tools.
I want to change background color ( not font ) of a cell in string grid in delphi . Just one cell not …
delphi background-color tstringgridI can go the long way round, loop over each row, get a TRect from CellRect(col, row), then query …
delphi c++builder vcl tstringgridI have a TStringGrid where the selected row (max 1, no multi-select) should always have a different background colo(u)r. …
delphi tstringgridI want to put a TCheckBox inside a TStringGrid in Delphi in every cell of certain column. I'm using Delphi …
delphi delphi-xe tstringgrid tcheckboxI have a TStringGrid, and I want to delete the selected row. Basic things I've tried only delete the last …
delphi tstringgridI have a TStringGrid say StringGrid1 and one textbox say textbox1 on my delphi form. When I enter anything in …
delphi delphi-xe2 tstringgridI need to change the text color in a cell of TStringGrid in Delphi. Just a cell. How can I …
delphi colors delphi-xe tstringgridI have a TStringGrid object on a form which has 1 FixedCol and 1 FixedRow. I want to be able to select …
delphi tstringgridI am working with Delphi 7 and I would like to list all the files in a given directory in a …
delphi tstringgrid filelistI would like to return the contents of a cell in a string grid when the user finishes entering the …
delphi events tstringgrid