Hi All

I need to transfer selected values from a DBGrid to a DBMemo

Given the following code

    procedure TfrmCourses.DBGrid2DblClick(Sender: TObject);
    begin
       DBMemo3.Lines.Add(DBGrid2.???);
    end;

I would like the row values in the Grid transfered to the memo when a user double clicks the specific row. Idealy, I would like to transfer only cells from specific columns.

I can't seem how to proglimatically capture the data I need.

Any help would be much appriciated. I am still a newbie to Lazarus but my program is beginning to take shape.

Thanks in advance

Chris

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to