Library Vcl NextSuite 6 NextVirtualGrid6 Articles Quick Start Connecting with Data

Connecting with Data

To access data NextVirtualGrid requires another non-visual component.

  1. Open Next Suite 6 component palette and select TNextVirtualGrid6 component icon.
  2. Place component on the form.
  3. 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

Sign in