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

THTMLWriter.EmitInput

Emits HTML input field

Declaration

Source position: whtml.pp line 68

public procedure THTMLWriter.EmitInput(

  const Name: string;

  const Value: string

);

procedure THTMLWriter.EmitInput(

  const Name: string;

  const Value: string;

  const Attrs: string

);

Arguments

Name

  

Input field name

Value

  

Input field value

Arguments

Name

  

Input field name

Value

  

Input field value

Attrs

  

Additional HTML attributes

Description

Emits an HTML INPUT tag with NAME and VALUE attributes. This is an overloaded method that can include additional attributes.

See also

THTMLWriter.EmitPasswordInput

  

Emits HTML password input field

THTMLWriter.EmitCheckBox

  

Emits HTML checkbox input

THTMLWriter.EmitRadioButton

  

Emits HTML radio button input


Documentation generated on: Jan 16 2026