1
vote
Is there a DBGrid component that can handle large datasets fast?
What you need to do with that amount of records in memory?
Memory and Speed problems are sure.
You must filter, sort, group,... (minimize the result count) BEFORE visualize the result …
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. …
2
votes
Are there any good free/cheap Delphi grid controls?
Oooppppsss!
It's already added.
Excuse-me.
You can see this, from …
