I\'ve got a form with a number of panels, each of which has Align=alTop, so they st开发者_C百科ack down nicely from the top of the form.
My program is doing a time consuming task, and I would like to display a TImage in the middle of the application window, but it will not stay on top - my VST is always on top. However, when I use a TP
how do I create a TCustomControl that will behave like Tpanel? eg My开发者_运维百科CustomComponent, that I can drop components in like labels, images etc.The trick is this piece of code in TCustomPane
On my main form I have a TPanel containing buttons that act as a toolbar.I want to clone/copy this toolbar and the buttons and their functionality to a second form.