TFormIntegerField

TFormField that allows input of an integer.

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TWebPageComponent Abstract base class for components within a web page that can be rendered to a THtmlElement.
3TDefaultWebPageComponent Base class for TWebPageComponent with a caption
4TFormField Abstract base class for form fields that can occur on a web page.
5Old_TTextBasedStorageFormFieldOld deprecated convenience base class for a TFormField that allows its value being input using text.
6TFormTextField
7TFormShortTextFieldTFormField for editing a single line of text.
8TFormIntegerField

Source

WebSite.Form.Field.Integer.pas (28)

Methods

ScopeVisibilityResultNameDescription
InstanceprivateTInteger32GetInteger32Value()
InstanceprivateSetInteger32Value(Value: TInteger32)
InstancepublicCheckInput(Problems: TFormProblems)