Overloading Delphi's ShowMessage to accept Integer, Boolean, Float, ...
I'm using the ShowMessage procedure frequently while developing applications as a "debugging" tool to display values of various variables, properties, function results.
A downside of the ShowMessage is that it only accepts a string parameter - where variables tend to be integers, bools, floats, etc. :)
Read the full article to learn how to Overload ShowMessage to accept Integer, Boolean, Float, ...
Related:


Comments
No comments yet. Leave a Comment