uses section

Just bought & installed TMS Pack for FM. Put TMSFMXRichEditor on new form to add to FM project in development. Don't know what to put in uses clause which was not auto-updated by dropping control on form. Of course Delphi does not recognize the control without something in the uses section.

Where can I find what to put in "uses" section for the controls in the pack?

Thanks.

It's unclear why Delphi doesn't add the reference automatically.
It should have added:

FMX.TMSBaseControl, FMX.TMSScrollControl, FMX.TMSRichEditorBase, FMX.TMSRichEditor
(as it does so here)

My bad. As soon as I saved the new form the uses section auto-completed and all's well. Thanks.