Ceriwis

Ceriwis (https://forum.ceriwis.com/forum.php)
-   Programming (https://forum.ceriwis.com/forumdisplay.php?f=63)
-   -   (ASK) ShowMessage Delphi (https://forum.ceriwis.com/showthread.php?t=574329)

Darkc0der 20th November 2011 09:07 AM

(ASK) ShowMessage Delphi
 

Gan, ada yg tahu kotak dialog user seperti showmessage, tetapi yg langsung auto convert ke string....



misalnya:




Code:

var
a:integer;
begin
a:=10*123;
showmessage(IntToStr(a));
end;


Code:

var
b:double;
begin
b:=123.5;
showmessage(FloatToStr(b));
end;

ada ga showmessage yg ga usah pakai konversi, langsung otomatis diubahkan ke string oleh delphinya?



thanks boss :handshake:

</div>


All times are GMT +7. The time now is 04:49 AM.