Previous Topic

Next Topic

Book Contents

Book Index

Form Designer Check Box Properties

Navigator > Setup > Form Designer > Layout tab > Component Editor > Properties tab

See also Form Designer Component Properties for properties common to different component types.

The following properties are available for Check Box Components:

ButtonSize

When zero default size (13), values other than zero override this. Not available for grid bound Check Box.

Checked

When True, the check box is checked.

Hint

The hint text to be displayed when the mouse hovers over the component.

IgnoreGridParent

When True, when the component is on a grid it will not be checked to see if it is unconnected.

LabelCaption

The text to be displayed beside the Check box.

LabelVisible

When False, the Label Caption will not be displayed.

LabelWidth

Set the width of the Label Caption.

ReadOnly

When True, the user cannot edit the component on the form.

TabOrder

Set the sequential tab order for components, when the Tab key is pressed in the form.

TabStop

When True, this component will be included in the tab order. When False, the Tab key will not stop at this component.

Visible

When True, the component will be displayed.