dark_mode EN
  • Data WForm :cName
  • Type Character
  • Initial value ""

Name assigned to the control. xaWeb uses this property to indicate the name of the method that will receive the form information submission. If you want the information submission operation to be through a web service, you must use the SubmitToService method.

WITH OBJECT oForm := WForm():New( Document )
  :cMethod := "post"
  :cName := "Section_results"
  :lAutoComplete := .T.
  :Create()
  ...

Previous chevron_left Next chevron_right