in Delphi VCL ::
Even the birds know that Delphi is a great tool when custom component creation is in question.
Even the birds know that Delphi is a great tool when custom component creation is in question.
Let's consider the TPanel Delphi control, when you drop a Panel on a form, it will, by design, have a default Caption set to something like "Panel1". I myself, in 99.99% cases, have to clear out the caption before adding any controls to it - I simply do not need a caption on a panel.
Therefore, here's how to "fake" creating your own Panel control that has an empty caption by design.
Read the full article to learn how to Fake Creating a New Delphi Control - Captionless Panel
Related:

wow Zarko, this tip is very usefull, i love the fake controls ^^
Thanks.
Hello. And Bye.
Excellent! I did not know about this feature, but it’s going to come in very handy. Thank you!