I'd like to write a complex component that embeds other components. But I am not sure if I'll be able to connect to those components via object inspector.
To clarify, imagine a component that holds a list of TDataSources
. These DataSource components are owned by this component and not visible on the form.
Now I'd like to connect a TDataset
to one of these Datasources, is that possible, will these Datasources show up in the property editor combo of Dataset ?