The THTMLFormMethod enumerated type is used to specify the HTTP method to use for the THTMLForm component when the Submit method is called to submit the form values to the web server.
Element
Description
fmDelete
Specifies that the HTTP DELETE method will be used to submit the HTML form values.
fmGet
Specifies that the HTTP GET method will be used to submit the HTML form values.
fmHead
Specifies that the HTTP HEAD method will be used to submit the HTML form values.
fmPost
Specifies that the HTTP POST method will be used to submit the HTML form values. This is the default method.
fmPut
Specifies that the HTTP PUT method will be used to submit the HTML form values.