THtmlInputType

Specifies the type of input in a THtmlInput

Members

OrdinalNameDescription
0SubmitA submit button
1TextA text without linebreaks
2PasswordA text without linebreaks with sensitive information
3HiddenArbitrary text not shown to the user
4File_File contents
5CheckBoxAllows zero or more elements to be selected from a list
6RadioButtonRequires selection of one element from a list
7ButtonGeneric button

Source

Html.Element.Block.Form.pas (70)