TuilFormPolicyDialog FormName property

Hello,


If I change FormName property on TuilFormPolicyDialog, this changes is not store to database. Field FORMNAME in table Permissions has value of TForm.Name, not the value I set in property.

This is not good in scenario when you open more instance of the same form (then we get in database frmMain, frmMain_1, frmMain_2 for the same form).

I'd like to put in property FormName class name, so every instance has the same name (eg. TfrmMain).

Can you please check this.
You can try your demo and change property to something else.

Regards,
Bojan