I would like to create a TTabsheet which has to be create during run time. The TTabSheet has several components, but all of these components will be identical on every tab. Is it possible to create a "type" variable which will create these tabs every time?
Thanks
Yes. You could create inherited class from TTabSheet
You could also create a frame (TFrame) with your custom controls in design time and host it instances to all new tabs.