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. Has anyone idea why it doesn't add to uses clauses automaticaly, 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 lays.
Ps: yet another thing, are there any lists of operations that differ betwen VCL and Firemonkey forms? Like, I can't seem to use GetCurrentProcess in Firemonkey, while it works fine in VCL, but that operation is not included in basic info of the differs in Firemonkey-VCL forms...
Thank you for any help!