Run -> Quick Compile
Tools => Quick Syntax Check
What is the diferrence between these two?
EDIT:
Actually, I understand what "Quick Compile" does -- If I'm not mistaken, it compiles the project files, but skips linking and that would be the equivalent of Delphi's "Syntax Check".
I don't know what "Quick Syntax Check" does.
I tested this -- I put a declaration
X: ThisTypeDoesNotExist;
And "Quick Syntax Check" gives "Quick syntax check OK"!?
Compilation is, of course, impossible.