| Glossary|Tips/Tricks|FREE App/VCL|Best'O'Net|Books|Link Back |
Delphi Programming RTL Reference|By Category|Alphabetically|By Unit
IntToStr |
unit |
| Sysutils | |
| category | |
| numeric formatting routines |
| declaration |
| description |
IntToStr contains the decimal representation of the iValue number.
| example |
var i : integer;
i:=15;
ShowMessage('Number fifteen:' + IntToStr(i));
|
| in real code |
| see also |
| Free Delphi code snippet inside every Delphi Newsletter! |
|
|
| Got some code to share? Got a question? Need some help? |
|
|

