<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-text-html" lang="x-unicode"> <font size="+1">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).<br>
<br>
How do I do that?<br>
<br>
Currently, I use OnSelection (Sender: TObject; aCol, aRow:
Integer) to obtain aRow but how do I associate an object with
each row?<br>
<br>
Thanks.<br>
<br>
Dennis<br>
</font> </div>
</body>
</html>