Emits HTML radio button input
Source position: whtml.pp line 73
public procedure THTMLWriter.EmitRadioButton( |
const Name: string; |
const Value: string |
); |
const Name: string; |
const Value: string; |
Checked: Boolean |
); |
Name |
|
Radio button group name |
Value |
|
Radio button value when selected |
Name |
|
Radio button group name |
Value |
|
Radio button value when selected |
Checked |
|
True if radio button should be initially selected |
Emits an HTML INPUT tag with TYPE="radio" attribute. This is an overloaded method that can specify whether the radio button is initially selected.
|
Emits HTML checkbox input |
|
|
Emits HTML input field |