Delphi 2010 IDE problem when adding button to form?

I just started having issues with my Delphi 2010 IDE. If I drop any of the Standard Controls onto a form, "StdCtrls" does not get added to the uses clause. In fact the uses clause does not get updated if I drop any controls on the form.

I've rebooted my machine and it still does not work. How can I get this to work like it's supposed to?

Upvotes: 0

Views: 144

Answers (1)

Jeroen Wiert Pluimers
Jeroen Wiert Pluimers

Reputation: 24463

The uses list is only updated when you save or compile the unit.

Upvotes: 2

Related Questions