本文整理自网络,侵删。
{得到系统C:\Windows\system32 路径}//调用 Edit1.text:=getSys32Path();function getSys32Path():string;var sPath : PCHAR ;begin GetMem(sPath,255); GetSystemDirectory(sPath,255); Result := sPath;//C:\Windows\system32end;
相关阅读 >>
Delphi 10.3 中安装程序自动升级插件autoupgrader_pro_v5.2
更多相关阅读请进入《Delphi》频道 >>