Microsoft
Software
Hardware
Network
Question : Alignment in Delphi TEdit and TStringGrid controls
Hopefully this is a very easy question, how can I set alignment for numbers in Tedit and TStringGrid Delphi components.
Thanks
far07
Answer : Alignment in Delphi TEdit and TStringGrid controls
The TAlignment values are taLeftJustify, taRightJustify, taCenter;
So you can just call TEdit2.SetAlignment(TaCent
er);
Random Solutions
Totaling with Crystal Reports
Using Oracle function MAX with date filelds
Access 2007 - UNC paths in VBA to files on a server (2003)
How to Remove Calendar from Favorites Folder Office Outlook 2003
Can I recover Office Serial Key
Getting an error when running classic asp app on windows 7 with iis7
Reset Password
Delphi 2009 BDE Connection Help
Group Policy Creator Owners - Is there a way to add the ability to delete a policy created by someone else?
How to write my deep copy constroctur?