EditBox

Default logical widget for entering and displaying data in a field in a Form or Report.

EditBox widget

Widget Overview

Logical widget name:

EditBox

Maps to physical widget:

ueditbox

Default definition:

EditBox=ueditbox(font=editfont;autoselect=on;dimmedbackcolor=off)

Supported triggers and properties:

See ueditbox (EditBox) .

Use for: Fields of any data type except Image.

Description

The EditBox is the default widget used for component fields in forms and reports. If the field's Widget Type is not specified, or if the specified widget type is not available at runtime for some reason, the EditBox logical widget is used.

Related Topics