TFormOptionsField

Abstract base class for TFormField descendants that allow selection of a single option from Options.

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.
6TFormOptionsField

Source

WebSite.Form.Field.Options.pas (44)

Fields

ScopeVisibilityTypeNameDescription
InstancepublicTObjectList<TFormSelectFieldOption>Options

Methods

ScopeVisibilityResultNameDescription
InstanceprivateTInteger32GetInteger32Value()
InstanceprivateSetInteger32Value(Value: TInteger32)
InstanceprotectedTInteger32GetSelectedIndex()
InstancepublicCreate(Name: TText; Caption: TDocumentNode)
InstancepublicDestroy()
InstancepublicTBooleanIsValid()
InstancepublicCheckInput(Problems: TFormProblems)