GeekArticles
Programming
Delphi
Programming
DelphiOverloading Delphi's ShowMessage to accept Integer, Boolean, Float, ...
in <a TIPS</i></a> :: ShowMessage procedure, defined in the dialogs.pas unit, displays a message in a dialog box, waits for the user to click an OK button. using the ShowMessage procedure frequently while developing applications as a tool to display values of various variables, properties, function results.
<p>A downside of the ShowMessage is that it only accepts a string parameter - where variables tend to be integers, bools, floats, etc. :)
<p>Read the <b>full article</b> to learn how to <a ShowMessage to accept Integer, Boolean, Float, ...</a>
<p><b>Related:</b>
<ul Method Overloading and Default Parameters in Delphi</a></li>
<li><a ShowMessage</a></li>
<li><a function</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
