Top "Tstringgrid" questions

TStringGrid is VCL grid control designed to manage the handling of strings and associated objects in Delphi and related development tools.

delphi : how can I change color of a cell in string grid

I want to change background color ( not font ) of a cell in string grid in delphi . Just one cell not …

delphi background-color tstringgrid
TStringGrid - is there a simple way to get the "current/selected" row?

I can go the long way round, loop over each row, get a TRect from CellRect(col, row), then query …

delphi c++builder vcl tstringgrid
Setting background color of selected row on TStringGrid

I have a TStringGrid where the selected row (max 1, no multi-select) should always have a different background colo(u)r. …

delphi tstringgrid
Put a TCheckBox inside a TStringGrid in Delphi

I want to put a TCheckBox inside a TStringGrid in Delphi in every cell of certain column. I'm using Delphi …

delphi delphi-xe tstringgrid tcheckbox
How do I delete a TStringGrid row?

I have a TStringGrid, and I want to delete the selected row. Basic things I've tried only delete the last …

delphi tstringgrid
Filling a TStringGrid in Delphi

I have a TStringGrid say StringGrid1 and one textbox say textbox1 on my delphi form. When I enter anything in …

delphi delphi-xe2 tstringgrid
Change color of font of TStringGrid's cell

I need to change the text color in a cell of TStringGrid in Delphi. Just a cell. How can I …

delphi colors delphi-xe tstringgrid
Selecting a row in TStringGrid from click on any cell within that row.

I have a TStringGrid object on a form which has 1 FixedCol and 1 FixedRow. I want to be able to select …

delphi tstringgrid
list all files from a directory in a string grid with delphi

I am working with Delphi 7 and I would like to list all the files in a given directory in a …

delphi tstringgrid filelist
How can I detect when a user is finished editing a TStringGrid cell?

I would like to return the contents of a cell in a string grid when the user finishes entering the …

delphi events tstringgrid