tstringgrid
Alternet raw color in StringGrid in C++ Builder XE
I want to use string grid in my C++ Builder XE Program in two alternate color of white & sky blue.[详细]
2023-03-26 04:17 分类:问答Delphi: load file into TStringGrid
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[详细]
2023-03-20 16:56 分类:问答problem with a code for string grid ( align center )
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[详细]
2023-03-20 08:05 分类:问答Recommendations for the most useful Delphi TStringGrid (Grid) replacement
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[详细]
2023-03-16 06:51 分类:问答Delphi, String Grid is not selectable, How to make it selectable to select Row or Col?
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.[详细]
2023-03-11 03:30 分类:问答Detecting single vs multiple selections in Delphi TStringGrid
This is a follow up to my previous questionDelphi TStringGrid multi select, determining selected rows regarding Delphi String Grids.It\'s a different question.[详细]
2023-03-06 03:39 分类:问答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.A property would be ideal.[详细]
2023-03-05 01:27 分类:问答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.[详细]
2023-02-22 10:15 分类:问答-
Put a TCheckBox inside a TStringGrid in Delphi
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[详细]
2023-02-17 07:11 分类:问答 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 w开发者_如何学Gohen the user finishes entering the data. The user is finished when pressing the enter key on the keyboard, or single- or[详细]
2023-02-12 17:43 分类:问答