I have to make use of the component dynamically which normally have the visual part.
That visual part can be turned off, but when I create the component it needs parent.
I have to use the component in a dll library. Is it possible and how to workaround the problem? How can I pass parent?
Thanks!
Create a hidden window handle, for example with
AllocateHWnd(nil). And then create your control by callingCreateParentedpassing that hidden window handle.