stringgrid Questions

3

Solved

I'm trying to export data from a stringgrid in delphi 7 to microsoft excel. I have been using this code to do it: objExcel := TExcelApplication.Create(nil); objExcel.Visible[LOCALE_USER_DEFAULT]...
Rosenkranz asked 20/5, 2013 at 2:57

1

I'm changing the background color based on the data but it makes my text hard to read so I need to change the font color (to white if I have a darker color) but I can't find a way to do it, I'm usi...
Diaphoretic asked 1/10, 2015 at 11:55

2

Solved

Just for test how hard to convert my Delphi 7 program to Delphi XE 5 i wrote simple application on Delphi 7 - placed TStringGrid on Form, and added code on form create: procedure TFMain.FormCreate...
Bloxberg asked 21/10, 2014 at 17:0

1

How do you allow a user to edit text in a TStringGrid cell.
Cobblestone asked 14/5, 2013 at 10:9

2

Solved

Using Delphi 2010 and a TStringGrid component, I currently display five filds from a database query. Here is a simplied example of what i am doing //set up the grid procedure TGriddata.FormCreat...
Moulding asked 23/10, 2012 at 13:56
1

© 2022 - 2024 — McMap. All rights reserved.