MyDAC GUI part is standalone. This means that to make GUI elements such as SQL cursors, connect form, connect dialog etc. available, you should explicitly include MyDacVcl unit in your application. This feature is needed for writing console applications.
By default MyDAC does not require Forms, Controls and other GUI related units. Only TMyConnectDialog component require the Forms unit.