Delphi 常用的函數(一) 1. inttostr(),strtoint() :整數轉為字串, 字串轉為數字 例如: inttostr(3)=’3’,strtoint(‘3’)=3 相同類型的函數: floattostr(),strtofloat() 2. now,date,time :現在的日期時間 3. decodedate(),encodedate() :日期解碼與日期編碼
mychannel.pchome.com.tw