delphi – How do I build an array of const? – Stack Overflow
Posted by jpluimers on 2020/07/02
As I one day likely need to pas a dynamically created array of const from scratch (which behind the scenes actually is an array of TVarRec, where each element is, TVarRec which is a variant record that can have both values and pointers to values. So the result will be kind of a mess :)
Further reading:
- [WayBack] delphi – How do I build an array of const? – Stack Overflow
- [Archive.is] Building Array of Const on the fly – Google Groups
- [WayBack] Array of const to database and back I’ve made some research but didn’t found anything related to this. What is the issue i’m facing: old application wa… – Radu Barbu – Google+
Edit 20251105: also relevant is this excellent article [Wayback/Archive] Rudy’s Delphi Corner – Open array parameters and array of const which was pointed to me [W/A] at Delphi Developers
--jeroen






Leave a comment