Hello,
When I compile my project in XE2 the compiler is asking the following:
[DCC Hint] sSpinEdit.pas(437): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[DCC Hint] sLabel.pas(401): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[DCC Hint] acAlphaHints.pas(323): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[DCC Hint] sHintManager.pas(330): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
I imagine that there are several other components that have this hint message.
Is there a plan to add this to the USES list?
Thanks.