Web Form Controls

The following table lists controls that are used for Web forms.

Control

Description

WebButton

Displays a push button that allows a user to perform a specific action.

WebCheckBox

Displays a check box control.

WebComboBox

Displays a string value in a combo box control.

WebDate

Displays a date value.

WebDateTime

Displays a DateTime value in local date/time.

WebEdit

Displays a string value.

WebGrid

Displays a group of values in a grid format. Other Web controls such as WebEdit controls are added to the grid.

WebGroup

Used for grouping related controls. The WebGroup control is defined first. The other Web Controls in the group appear as child nodes in the AOT.

WebGuid

Displays a GUID value.

WebImage

Displays an image from the AOT on a Web form.

WebInt64

Displays a 64-bit integer value.

WebInteger

Displays an integer value.

Weblet

Associates a weblet with a control on a Web form.

WebRadioButton

Displays a radio button control.

WebReal

Displays a real value.

WebStaticText

Displays a static text value.

WebTab

Displays a set of tabs. WebTabPage controls are added to the WebTab control.

WebTabPage

Groups the items that are displayed for a tab.

WebTime

Displays a time value.

WebUserDefined

Enables you to present custom HTML by overriding the layout method, which is a form control method.

Community Additions

ADD
Show: