搜索资源列表
DelphiLimitEncryption
- 本例中TRegistry是关键类,Delphi 4.0不能自行加入,需在uses部分手工加入registry,通过其方法ReadString和WriteString来读出和写入字符,亦可通过其方法“ReadDate”和“WriteDate”来读出和写入日期。 -The this example TRegistry key class, Delphi 4.0 not self-join, to be added manually in the uses part REGISTRY ReadStri
Win32 API
- Win32 API Windows系统编程常用帮助文档,作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。