Hi,
Just have compiled your mega demo to investigate, why I can't see cell checkboxes in my program. And it also doesn't show them. Didn't change anything -- just have compiled AS IS. More exactly, the only change was required is this one:
function TXTreeDm.RandAccSt: String;
var
fs : TFormatSettings;
begin
fs := TFormatSettings.Create;
Result := Format('$%d%s%2.2d', [
999 - Random(999),
fs.DecimalSeparator,
Random(100)
]);
end;
It's because XE5 doesn't understand "DecimalSeparator" global.
But anyway please take a look at the screenshot attached. Where are checkboxes???
Please fix it ASAP!
Comments
For some reason it's hidden in the mega demo. It is set only together with ShowCheckBoxes property, though these two are not related to each other directly.
MegaDemo is MegaPuzzle...
Bye!