Previous Topic

Next Topic

Book Contents

Book Index

Form Designer Button 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 Button Components:

Cancel

When True, indicates that the button is a Cancel button, and can be triggered by pressing the Esc key.

Caption

The label for the button.

Constraints

Click the + button to expand. Select the maximum and minimum sizes for the component.

Default

When True, indicates that the button is the default button, and can be triggered by pressing the Enter key.

Hint

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

ImageIndex

Select a glyph to be displayed on the button.

ModalResult

When the form is shown modally, the ModalResult is the response returned by the form when the user clicks the button. When this is not set to mrNone, the modal form will close when the button is clicked.

ParentFont

When True, sets the Font to the font of the parent container.

ShortCut

Select a short cut key sequence to activate the button.

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.