
Michael Tuttle
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Posts
Recent activity by Michael Tuttle-
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...
-
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...
-
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.