[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'CmdLine' (#Pkg)

ScanArgs

Scans arguments comming from Args instead of arguments on the command line.

Declaration

Source position: line 0

procedure ScanArgs(

  const Args: TStringDynArray

);

procedure ScanArgs(

  ArgCount: Integer;

  Args: PPChar

);

Arguments

Args

  

source of the arguments

Arguments

ArgCount

  

number of arguments to scan

Args

  

source of the arguments