
Michael Tuttle
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by Michael Tuttle-
Michael Tuttle commented,
Well 3 years later since this was never answered, I'll answer it now. I tried using a tButton and a tRzButton which would not display in the list of selectable components. But a twwButton will. ...
-
Michael Tuttle created a post,
Programmatically create columns in TwwDBGrid and align the data centered in the cell
Greetings Roy, I have the following code that programmatically creates column in a TwwDBGrid. How can I program to center the data in each created column? procedure AutoGenerateGridColumns; va...
-
Michael Tuttle commented,
Hi Roy, Delphi 12.2 Been using your components since Delphi 3. I have a slightly different issue on the same topic. At both design time and run time if I try to set the TitleColor property, not o...
-
Michael Tuttle created a post,
TwwDBGrid Colors
Greetings, Delphi 11.2 I have been reviewing Alpha Skins controls (www.alphaskins.com), they say they can skin your components on their website, but thus far I have not been able to get this workin...
-
Michael Tuttle commented,
No answer in 3 months? Is anyone monitoring this forum?
-
Michael Tuttle created a post,
Can a button be added to multiple columns in TwwDBGrid?
Delphi 10.4.2 Is there any way to add a button to select columns in the TwwDBGrid and respond to their click events? If so, how.