论坛


2011年5月27日 星期五

善用泛型数组

万一| 万一的 Delphi 博客 |18:38:00

用了一周的时间解决了一个难题; 同时第一次真正开始使用泛型数组, 感觉太好了.如用 TArray<Word> 代替 array of Word, 还可以使用 TArray 类提供的算法(就是少了点).uses Generics.Collections, Generics.Defaults; {测试 TArray 的 Sort 方法} procedure TForm1...

Automate the Process of Creating Manifest Files for Vista UAC if Not Running Under Administrative Rights for your Delphi Applications

About.com| About.com Delphi Programming |02:00:21

inDelphi TIPS:: From a developer perspective Windows Vista's UAC can be problematic for some parts of your Delphi application, if the application is not being run by an ...Read Full Post