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

THTMLWriter.EmitButton

Emits HTML button input

Declaration

Source position: whtml.pp line 78

public procedure THTMLWriter.EmitButton(

  const Name: string;

  const ButtonType: string;

  const Value: string

);

Arguments

Name

  

Button field name

ButtonType

  

Button type (submit, reset, button, etc.)

Value

  

Button display text and value

Description

Emits an HTML INPUT tag with the specified button type (submit, reset, button, etc.).

See also

THTMLWriter.EmitSubmitButton

  

Emits HTML submit button

THTMLWriter.EmitResetButton

  

Emits HTML reset button


Documentation generated on: Jan 16 2026