Unit 'whtml' Package
[Overview][Constants][Classes][Index] [#fcl]

THTMLWriter.FormStart

Begins HTML form with action and method

Declaration

Source position: whtml.pp line 66

public procedure THTMLWriter.FormStart(

  const Action: string;

  const Method: string

);

Arguments

Action

  

Form action URL

Method

  

Form method (GET or POST)

Description

Begins an HTML form by writing the FORM opening tag with ACTION and optional METHOD attributes.

See also

THTMLWriter.FormEnd

  

Ends HTML form


Documentation generated on: Jan 16 2026