Tagging multiple records in grid

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
achung
Posts: 3
Joined: Thu 26 Feb 2015 13:12

Tagging multiple records in grid

Post by achung » Fri 27 Feb 2015 04:15

Hello -
Is there a way to tag/select multiple records in a grid, and pass them on to another procedure (e.g. printing or generating a PDF file) for further processing?
Thanks in advance for your time.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Tagging multiple records in grid

Post by AlexP » Mon 02 Mar 2015 12:22

Hello,

You can use the SelectedRows property to work with selected rows in DBGrid: http://docs.embarcadero.com/products/ra ... dRows.html

Post Reply