[Lazarus] How to associate an object with a row in TStringGrid
Giuliano Colla
giuliano.colla at fastwebnet.it
Wed Sep 3 10:40:12 CEST 2014
Il 03/09/2014 10:17, Dennis ha scritto:
> when displaying data in a TStringGrid, I want to associate an object
> with each row of the grid so that when later use select a certain row,
> I can just determine the selected row and then retrieve the associate
> object for further processing (e.g. display further information of
> this object in some controls).
>
> How do I do that?
>
> Currently, I use OnSelection (Sender: TObject; aCol, aRow: Integer)
> to obtain aRow but how do I associate an object with each row?
>
Example:
StringGrid1.Rows[0].AddObject('some text',anObject);
Giuliano
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20140903/05f3b22d/attachment-0003.html>
More information about the Lazarus
mailing list