Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我发现上述问题的唯一解决方案是将“ORDER BY”语句附加到 FIBDataSet 的 SQL 查询中。有点奇怪,因为 Grid 有它自己的 quicksort() 实现,但我无法让它工作。任何想法,将不胜感激。
Grid 的排序方法通常做“内存中排序”。
如果你使用的是 Devrace 的 FibPlus,那么 TpFibDataset 继承自 TFibDataset,它内置了 SQL 解析和 ORDER BY 更改的实现。