You are not logged in.
Pages: 1
If I'm using mORMotUI with a form I can't set any VCL controls' align properties to alRight at run-time. Delphi gives the error:
[DCC Error] Unit1.pas(281): E2010 Incompatible types: 'TAlign' and 'TSQLTableToGridAlign'
As a workaround I've used TAlign(4) instead of alRight. Is there a better way?
Offline
I've tried putting mORMotUI.pas both at the start and end of the uses clause and it still gives the same error (using delphi 2007).
Offline
Pages: 1