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

SetCallback

Set a callback function that will be called for every option and every argument.

Declaration

Source position: line 0

procedure SetCallback(

  Callback: TOptionHandler

);

procedure SetCallback(

  Callback: TOptionHandlerOfObject

);