dark_mode EN

WRouter

  • Inherits from: None

    File: zRouter.prg

Class responsible for performing the initial loading of the CGI. Sample:

PROCEDURE Main()
  Application:cTitle := "xaWeb Help"
  WRouter():New( Application ):Start( "WDocMain" )
  Application:Run()
RETURN

For further information consult the programming guide.