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

TOptionHandlerOfObject

Declaration

Source position: cmdline.pas line 213

type TOptionHandlerOfObject = procedure(

  Kind: TOptionKind;

  const Option: string;

  const Value: string

) of object;