I want to use string grid in my C++ Builder XE Program in two alternate color of white & sky blue.
There is a program that creates a log file. This is an example of the log file it creates: This program loads this log file into a TStringGrid. The log file is t开发者_开发技巧ab delimited. A cell
Delphi: How to make cells' texts in TStringGri开发者_JAVA百科d center aligned? When I use the top code (OnDraw part), it doesn\'t delete the first text and write the new text on the old text and
One of the weaker areas of Delphi are the grids (eg TStringGrid) where, although it does a good basic job, it becomes harder when you need to print it or customise its appearance. I\'ve used it for ab
I am having a StringGrid in Delphi 5 of fixed rows and Fixed Cols. But at run mode I am not able to select any row or any cell.
This is a follow up to my previous questionDelphi TStringGrid multi select, determining selected rows regarding Delphi String Grids.It\'s a different question.
Is there anyway to determine which rows are currently selected in a multi-select TStringGrid, or a TCustomGrid for that matter.A property would be ideal.
I have a TStringGrid where the selected row (max 1, no multi-select) should always have a different background colo(u)r.
I want to put a TCheckBox inside a TStringGrid in Delphi in every cell of certain colu开发者_如何学运维mn. I\'m using Delphi XE.You should draw your own checkboxes, preferably using visual themes, if
I would like to return the contents of a cell in a string grid w开发者_如何学Gohen the user finishes entering the data. The user is finished when pressing the enter key on the keyboard, or single- or