论坛


2012年9月18日 星期二

Understanding Delphi Class (and Record) Helpers

About.com| About.com Delphi Programming |07:54:24

inDelphi OOP:: A feature of the Delphi language added some years ago (way back in in Delphi 2005) called "Class Helpers" is designed to let you add new ...Read Full Post

关掉64位系统中32位程序的目录重定向

武稀松| 武稀松的博客 |01:34:19

在64位Windows系统中运行的32位程序会被系统欺骗.例如windows\system32的目录实际是windows\syswow64目录的映射.program files实际是program files(x86)的映射.注册表的hkey_local_machine\software实际是hkey_local_machine\software\wow6432node子键的映射.那么如?..

判断当前进程是否以管理员权限启动的

武稀松| 武稀松的博客 |01:26:01

uses shlobj; type WELL_KNOWN_SID_TYPE = ( WinNullSid, WinWorldSid, WinLocalSid, WinCreatorOwnerSid, WinCreatorGroupSid, WinCreatorOwnerServerSid, WinCreatorGroupServerSid, WinNtAuthoritySid, WinDialupSid, WinNetworkSid, WinBatchSid, WinInteractive...

Delphi XE3 is here - get $250 in additional tools free if you purchase by Sept 28th

Embarcadero| EDN Delphi Feed |01:00:00