<div dir="ltr"><div>I'm finding the way to add something into a TCollection while using TTIGrid on it. I've tried following code, however, when I click Button1, then click to the space inside the grid, my program crashed. Please have a look at my attachment for more detail.<br><br>procedure TForm1.Button1Click(Sender: TObject);<br>begin<br>  TIGrid1.ListObject := nil;<br>  MyCollection.Add;<br>  TIGrid1.ListObject := MyCollection;<br>end;<br><br></div>Do you know the right way to call add an item into TCollection?<br></div>