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

TOptionHandler

Declaration

Source position: cmdline.pas line 211

type TOptionHandler = procedure(

  Kind: TOptionKind;

  const Option: string;

  const Value: string

);