Emits HTML button input
Source position: whtml.pp line 78
public procedure THTMLWriter.EmitButton( |
const Name: string; |
const ButtonType: string; |
const Value: string |
); |
Name |
|
Button field name |
ButtonType |
|
Button type (submit, reset, button, etc.) |
Value |
|
Button display text and value |
Emits an HTML INPUT tag with the specified button type (submit, reset, button, etc.).
|
Emits HTML submit button |
|
|
Emits HTML reset button |