Connecting with Data
To access data NextVirtualGrid requires another non-visual component.
- Open Next Suite 6 component palette and select TNextVirtualGrid6 component icon.
- Place component on the form.
- From the same component palette also select and place
TNxVirtualCellSource6
component.
Finally, CellSource property need to be set inside code:
pas
NextVirtualGrid61.CellSource := NxVirtualCellSource61;
Next: Implementing events