I want to put all my code for reuse in a library unit.
However the software I am developing has a number of individual units which work independently and only need to communicate with the parent form. When I try to communicate with the library form from one of these units it cannot see it.
I have placed the Library unit in the uses clause of the calling unit and this does not work.
If I click into the unit that is attached to the form I get the option to 'Use Unit' from the File menu. This option is not available when I am in one of the independant units.
Thanks
However the software I am developing has a number of individual units which work independently and only need to communicate with the parent form. When I try to communicate with the library form from one of these units it cannot see it.
I have placed the Library unit in the uses clause of the calling unit and this does not work.
If I click into the unit that is attached to the form I get the option to 'Use Unit' from the File menu. This option is not available when I am in one of the independant units.
Thanks