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()実装があるため、ちょっと奇妙ですが、うまくいきません。どんなアイデアでも大歓迎です。
グリッドのソート方法は、一般的に「メモリ内ソート」を行います。
Devrace の FibPlus を使用している場合は、TFibDataset から継承した TpFibDataset があり、SQL 解析と ORDER BY 変更の実装が組み込まれています。