I'm using an in-memory dataset to represent an array of objects. I've got most of the code figured out to fill the dataset at runtime, but part of my object contains a dynamic array of TPoint records, and I have no idea how to set up the dataset and the loading code to make that work. I know a TPoint can be represented by an ADT field, but how do I set up an array of ADTs properly and access it at runtime?
|
|
You could split it up into a master and detail dataset. The points go in the detail dataset with a record per point. |
||
|
|
|
|
Too late for me to dig , but you may find your answer towards the end of this paper on using Fields. |
|||
|
