dark_mode EN
  • Method WDoc :Action
  • Parameters
    cMethod

    Name of the method to execute

    cDoc

    Name of the document (classname) to load. Optional.

  • Return value

Returns a WTask object of type 'action' that you can assign to any JavaScript or chRef event. For more information, see the programming guide. Example:

WITH OBJECT WLink():New( SO )
   :cText := "First section"
   :cHref := ::Action( "Act_Section1" )
END WITH

Previous chevron_left Next chevron_right