![]() |
Re: IntToStr mal anders
Delphi-Quellcode:
So wird es in einigen Anwendungen gemacht, die auf SysUtils verzichten wollen.
{------------------------------------------------------------------}
{ Function to convert int to string. (No sysutils = smaller EXE) } {------------------------------------------------------------------} function IntToStr(Num : Integer) : String; // using SysUtils increase file size by 100K begin Str(Num, result); end; |
Re: IntToStr mal anders
Zitat:
Und die Funktionen sind platformunabhängig |
Alle Zeitangaben in WEZ +1. Es ist jetzt 08:38 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz