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

THTMLWriter.EmitRadioButton

Emits HTML radio button input

Declaration

Source position: whtml.pp line 73

public procedure THTMLWriter.EmitRadioButton(

  const Name: string;

  const Value: string

);

procedure THTMLWriter.EmitRadioButton(

  const Name: string;

  const Value: string;

  Checked: Boolean

);

Arguments

Name

  

Radio button group name

Value

  

Radio button value when selected

Arguments

Name

  

Radio button group name

Value

  

Radio button value when selected

Checked

  

True if radio button should be initially selected

Description

Emits an HTML INPUT tag with TYPE="radio" attribute. This is an overloaded method that can specify whether the radio button is initially selected.

See also

THTMLWriter.EmitCheckBox

  

Emits HTML checkbox input

THTMLWriter.EmitInput

  

Emits HTML input field


Documentation generated on: Jan 16 2026