Begins HTML form with action and method
Source position: whtml.pp line 66
public procedure THTMLWriter.FormStart( |
const Action: string; |
const Method: string |
); |
Action |
|
Form action URL |
Method |
|
Form method (GET or POST) |
Begins an HTML form by writing the FORM opening tag with ACTION and optional METHOD attributes.
|
Ends HTML form |