GeekArticles
Programming
Delphi
Programming
DelphiFake Creating a New Delphi Control - Captionless Panel
in <a VCL</i></a> :: <a /></a>
Even the birds know that Delphi is a great tool when custom component creation is in question. 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 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.
<p>Therefore, how to creating your own Panel control that has an empty caption by design.
<p>Read the <b>full article</b> to learn how to <a Creating a New Delphi Control - Captionless Panel</a>
<p><b>Related:</b>
<ul To Create Component Templates in Delphi</a></li>
<li><a Custom Code Templates in Delphi</a></li>
<li><a Using and Enhancing Delphi VCL Components</a></li>
</ul>
Sponsored Links
Related Topics
Subscribe via RSS
Delphi
- A load of ASP.NET related tutorials, articles, tips and tricks!
- How to move PageControl's tabs using drag'n'drop
- Charts in database applications
- Creating Components Dynamically (at Run-Time)
- The role of the "AOwner" parameter in the Create constructor
- Creating a roll up form (with animation)
- Poll: Do you already have some experience with Delphi?
- Creating a database from Delphi code
- TMemoBar - T(Custom)Memo extender
- How to click-and-select a line in TMemo
