The New VCL ControlList Multiple Selection in Delphi 11.3
March 13, 2023
There is a small new features in the VCL library in the recently released Delphi 11.3, the option to enable multiple selection in the ControlList component of the VCL library.
What is a ControlList?
The ControlList component was introduced to the VCL a few years back to allow managing extremely large lists in a totally virtual way. A control list, in fact, has a panel with a structure that is…