Search code examples
firemonkey

Missing uses clauses in FireMonkey XE3


I have XE3 Installed on my machine, and am doing apps using FireMonkey 2, but there are plenty cases where I come to the point of missing identifiers. It keeps telling me that the identifier is unknown, for most of the components I drop onto the form.

Why doesn't it add to uses clauses automatically, or at least, where could I find the list of packages that includes coresponding components?

For example, I can't even use TText component, since I can't find any info on where it lies.


Solution

  • If you select the text of the item it complains about and click F1 for help, the help page will tell you the parent object which you can then add to the uses clause.