How may I add additional data for each existing item in a `TListView`?
问题 I'm working with TListView and I have successfully populated each item's caption and first subitem. See example below. user pass working status valid data1 pass --- --- data2 pass2 ---- ----- - - - After populating each item, I acquire additional data for each item. I want to add this data to populate each item's 'working', 'status', and 'valid' columns. How may I add this additional data for each item? Each time I have tried, it appears the data is being stored in new items and displayed