Previous Topic

Next Topic

SetButtonEnabled

method SetButtonEnabled(ButtonName: String, Enabled: Boolean)

Available for Grid Navigators.

SetButtonEnabled method syntax has these named arguments:

Parameter

Description

Button Name

Required. The name of the button to enable / disable.

Enabled

Required. True to enable, False to disable.

For example:

navGridNavigator1.SetButtonEnabled(ebOpen, True)

navGridNavigator1.SetButtonEnabled(ebDrillDown, False)

Note: That for the following Grid Navigator buttons only state is toggled automatically:

See Also

Form Designer Grid Navigator Methods

Book Contents

Book Index