Gary W Good
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Posts
Votes on activity by Gary W Good-
WordWrap
I am using Delphi 11 and Firepower (I am moving a VCL app to Firemonkey). I have some lines of text longer than the length of the column in a twwdataGrid. dgWordWrap is checked and the HeightRow ...
-
set wwdbgrid widths programmatically
The following is code that I use: PROCEDURE TfrmCorrCoef.memTblAnddbgFieldDefs;BEGIN memTbl.FieldDefs.Add('Blood Chem', ftString, 16, FALSE); memTbl.FieldDefs.Add('Blood Test', ftString, 32, FA...
-
AutoSizeColumn
I am having difficulty using AutoSizeColumn. I want to completely fill the client space width with columns, vertical lines, vertical scrollbars, indicator column. I call AutoSizeColumn with the n...
-
Peculiar behavior using the TwwExpandButton
I was wondering if anyone has experienced a similar problem with TwwExpandButton and hopefully has a solution. I have three TwwDBGrid components where the second TwwDBGrid component is a child of t...