论坛


2009年12月1日 星期二

Delphi 汉字转uft8 字符串转uft8 汉字转网址

幸福苹果| 幸福苹果-delphi |10:54:00

uses HttpApp;下面的未处理空格,数字和字母,请注意在应用时处理。百度方式:procedure TForm1.Button1Click(Sender: TObject);const      dd   =   '中国';begin      Edit1.Text&nbsp...

Delphi 汉字转uft8 字符串转uft8 汉字转网址

幸福苹果| 幸福苹果-delphi |10:53:00

uses HttpApp;下面的未处理空格,数字和字母,请注意在应用时处理。百度方式:procedure TForm1.Button1Click(Sender: TObject);const      dd   =   '中国';begin      Edit1.Text&nbsp...

D2010 RTTI + Attribute 简单实现ORM

rarnu| 橙子的Delphi技术专区-delphi |10:12:00

转自TinTinSoft(碧水航工作室)点击进入类别:delphi技术 查看评论

Rename a Directory / Folder Using Delphi Code

About.com| About.com Delphi Programming |07:19:14

inDelphi Directory Routines::The RTL's RenameFile changes the name of a specified file. The implementation of the RenameFile function calls the MoveFile API function. MoveFile can rename folders, therefore Delphi's RenameFile can also rename folde...