Garry Mitchell
Results
2
issues of
Garry Mitchell
Hi, I have noticed a small discrepancy in the way that MultiSelects work with Filtering - there appears to be a difference between unchecking all the items, and using the...
I'm trying to serialise a class, which inherits from a base class, where I define some fields that should be present on everything. Example `uBaseEntity`: ``` type TBaseEntity = class(TObject)...