TFormBooleanField

Abstract base class for TFormField descendants that allow input of a TBoolean.

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.
5TFormBooleanField

Source

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

Fields

ScopeVisibilityTypeNameDescription
InstanceprivateTBooleanFBooleanValue

Methods

ScopeVisibilityResultNameDescription
InstanceprivateTBooleanGetBooleanValue()
InstanceprivateSetBooleanValue(Value: TBoolean)
InstanceprotectedValueChanged()
InstancepublicCreate(Name: TText; Caption: TDocumentNode)
InstancepublicLoadFromParameters(Parameters: TDictionary)