Hello all,
This is my first time using DataModules with C++ Builder 6.0
I have a TMainMenu, a TDataSource, and a TTable in there.
How do I access these components. I know I have to use the #include "unit.h" file
But, in code do I use the DataModule1->TMainMenu* MainMenu1 or what form of command do I use.
This is my first time using DataModules with C++ Builder 6.0
I have a TMainMenu, a TDataSource, and a TTable in there.
How do I access these components. I know I have to use the #include "unit.h" file
But, in code do I use the DataModule1->TMainMenu* MainMenu1 or what form of command do I use.