Little Bug in CREditor.pas v5.0.1
Posted: Fri 03 May 2013 12:46
On My XE3 die Query Editor throw an Exception in KeyPath cause of an unassigned Variable.
I could not dig into the Deep but this Workaround should show you the place !
function TCREditorForm.KeyPath: string;
begin
if assigned(FCRDesignUtilsClass) then
Result := '\SOFTWARE\Devart\' + FCRDesignUtilsClass.GetProjectName + '\Editors'
else
Result := '\SOFTWARE\Devart\DAC\Editors';
end;
Best Regards
I could not dig into the Deep but this Workaround should show you the place !
function TCREditorForm.KeyPath: string;
begin
if assigned(FCRDesignUtilsClass) then
Result := '\SOFTWARE\Devart\' + FCRDesignUtilsClass.GetProjectName + '\Editors'
else
Result := '\SOFTWARE\Devart\DAC\Editors';
end;
Best Regards