Emits HTML input field
Source position: whtml.pp line 68
public procedure THTMLWriter.EmitInput( |
const Name: string; |
const Value: string |
); |
const Name: string; |
const Value: string; |
const Attrs: string |
); |
Name |
|
Input field name |
Value |
|
Input field value |
Name |
|
Input field name |
Value |
|
Input field value |
Attrs |
|
Additional HTML attributes |
Emits an HTML INPUT tag with NAME and VALUE attributes. This is an overloaded method that can include additional attributes.
|
Emits HTML password input field |
|
|
Emits HTML checkbox input |
|
|
Emits HTML radio button input |