John
I used the following;
   Table.first;
   while not table.eof do
   begin
      if (DBGrid.SelectedRows.CurrentRowSelected) then
     ......

regards
Leo Ramakers


> On Fri, 15 Oct 1999, John Christenhusz wrote:
>
> > The TDBGrid component has the property dgMultiSelect, obviously to select
> > multiple items.
> > How can I process the selected items at all?

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to