[Solved] Synchronized deletion in TListView? [closed]


If I were you, I’d create a data structure that the main application thread and all the update threads have access to, and that can be synchronised, and that ONLY the main app thread uses to update the VCL control, if this is the way you need to go.

0

solved Synchronized deletion in TListView? [closed]