delphigroupingdatamodule

DataModule Organization


I have a bunch of TTable and TSQL Components displayed on a datamodule. If I had these components on a form, I could put related ttable icons on a panel, or put a label next to them, so I could group them, making them easier to find/orgqanize. TDataModule does NOT allow visible components on it. Is there any way that I can place TTables/TSQL components near each other and them put some kind of descriptive entry (such as a label) near them so I can find them easier?

Thanks


Solution

  • You could split it up into separate DataModules, putting related datasets on each one. Perhaps one would contain the connection component that the others would reference.