Top "Tstringgrid" questions

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

Stringgrid with buttons

1st Question: How do you call the part in stringgrid that is not visible? You need to scroll to see …

delphi tstringgrid
inserting image in stringgrid cell

i m using stringgrid in my application.The data is fetched from the database(backend mysql) and displayed in stringgrid. …

image delphi tstringgrid
OnDrawCell Center Text StringGrid - Delphi

I'm trying to get the text in my StringGrid to center. After some research I came up with this function …

delphi tstringgrid
Delphi TStringGrid multi select, determining selected rows

Is there anyway to determine which rows are currently selected in a multi-select TStringGrid, or a TCustomGrid for that matter. …

delphi rows selected tstringgrid
TStringGrid merge cell drawing

This link/pic shows what I am trying to achieve with a TStringGrid. This link/pic show what my code …

delphi delphi-2006 tstringgrid
Programmatically highlight a stringgrid row

i have a string grid in Delphi 7, with 0..N rows. There is a listbox with numbers from 0..N if the …

delphi delphi-7 tstringgrid
Delphi - Drawing to the canvas of a selected cell in a string grid - possible?

I want to draw on the canvas of a cell in a string grid. This is going to be on …

image delphi canvas drawing tstringgrid
colour a stringgrid column depending on columnname text

I am doing this : procedure TForm1.BitBtn1Click(Sender: TObject); var dtStart: TDateTime; I: Integer; begin dtStart := DateTimePicker1.Date; for …

delphi-7 delphi-xe2 delphi-xe tstringgrid ownerdrawn
How to fill cell of a string grid using custom color?

I am trying to write custom date picker(calendar). The dates will be displayed on the stringgrid. I am trying …

delphi delphi-xe8 tstringgrid
Delphi: StringGrid, position and Context Menu

I'm having a problem with using a TStringGrid and Popup menu I want to know the Row / Column of the …

delphi delphi-2010 popupmenu tstringgrid