function Install: Boolean;
begin
Result := FindCmdLineSwitch('INSTALL',['-','\','/'], True) or
FindCmdLineSwitch('UNINSTALL',['-','\','/'], True);
end;
查了一下Delphi自带的帮助 没看懂啥意思
...全文
5652打赏收藏
谁能告诉苏我这个函数的含义呢,是干什么用的?
function Install: Boolean; begin Result := FindCmdLineSwitch('INSTALL',['-','\','/'], True) or FindCmdLineSwitch('UNINSTALL',['-','\','/'], True); end; 查了一下Delphi自带的帮助 没看懂啥意思