学习大师原创文档,请勿转载,侵权必究。
function ParamCount: Integer;
返回在命令行时的参数的数量。
引用单元
uses System;
示例:
ShowMessage(CmdLine );
参看
ParamStr 获取指定参数
CmdLine 获得命令行参数