TStringGrid is VCL grid control designed to manage the handling of strings and associated objects in Delphi and related development tools.
1st Question: How do you call the part in stringgrid that is not visible? You need to scroll to see …
delphi tstringgridi m using stringgrid in my application.The data is fetched from the database(backend mysql) and displayed in stringgrid. …
image delphi tstringgridI'm trying to get the text in my StringGrid to center. After some research I came up with this function …
delphi tstringgridIs there anyway to determine which rows are currently selected in a multi-select TStringGrid, or a TCustomGrid for that matter. …
delphi rows selected tstringgridThis link/pic shows what I am trying to achieve with a TStringGrid. This link/pic show what my code …
delphi delphi-2006 tstringgridi 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 tstringgridI want to draw on the canvas of a cell in a string grid. This is going to be on …
image delphi canvas drawing tstringgridI 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 ownerdrawnI am trying to write custom date picker(calendar). The dates will be displayed on the stringgrid. I am trying …
delphi delphi-xe8 tstringgridI'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