Hallo
Using XE7 I'm trying to add a Object to a TListViewItem using the Data Property of the TListViewItem like:
oListViewItem.Data['ArticleObj'] := aArticle;
Reading this will return allways nil. What i'm doing wrong? Is it impossible to store an Object in the Data?Assigningan Integer or a String in this way works fine.