Compare values between TAdvListEditors

Hi,


Is there an easy way to compare values between two TAdvListEditors?

Thanks!

There is no built-in method. You'd need to loop over values and compare this programmatically at application level.

I've added a feature request for this. Thank you.

For now I'll loop through the values as suggested.