论坛


2010年5月3日 星期一

Int64 与 Currency

万一| 万一的 Delphi 博客 |23:54:00

阅读: 56 评论: 0 作者:万一发表于 2010-05-03 23:54原文链接procedure TForm1.Button1Click(Sender: TObject); var c: Currency; i: Int64 absolute c; begin c := 1234.5678; ShowMessage(IntToStr(i)); //12345678 end; procedure TForm1.Button2Click(S...

Dr.Explain

CodeGear| CodeGear-CodeCentral Delphi |06:59:11

Dr.Explain is a help authoring tool for rapid creation of help files and user guides. Using its unique auto capture and annotation technology, developers can document their software interfaces almost hands down. When set to work, Dr.Explain parses...