how to retrieve selected rows in crdbgrid

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
baydragon
Posts: 1
Joined: Tue 07 Jul 2015 02:38

how to retrieve selected rows in crdbgrid

Post by baydragon » Tue 07 Jul 2015 02:43

Hi there

I use crdbgrid to list stock lines, and allow multiple rows to be selected. I need some sample code to retrieve the selected rows. Please help me.

Thanks a lot

Fred

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: how to retrieve selected rows in crdbgrid

Post by ViktorV » Tue 07 Jul 2015 10:35

The TCRDBGrid component inherits behavior of its basic class TCustomDBGrid. Therefore, to retrieve information about work with selected strings, please refer to the Embarcadero documentation.

Post Reply