4
votes
Setting a DBGrid column format in Delphi
(1) You can Set the DisplayFormat of Field.
(2) You can change too, in the OnGetText event. At this you can do more complex operation with the value.
Excuse-me for my bad english. …
0
votes
How to add a field programatically to a TAdoTable in Delphi
You can create new field using SQL. In my opinion is the best chance.
If you don't want use SQL you can see this article for create new fields with ADO using ADOX (originaly in Spanish but at right …
