Toolbar Component

Fnd_Tlbr_Button_Remove

Fnd_Tlbr_Button_Remove (button name)

Legacy manual page 249

Parameters

ParameterTypeDescription
button nameTextName of the button to modify

Description

This command removes the button with the specified name from the toolbar.

Fnd_Tlbr_Button_Remove ("WizardBttn")

If this method is called after the On Load event, it should be followed by a call to the Fnd_Tlbr_Redraw command.

Extracted source text
            Fnd_Tlbr_Button_Remove (button name)

              Parameter                Type              Description
              button name              Text              Name of the button to modify

            This command removes the button with the specified name from the toolbar.
              Fnd_Tlbr_Button_Remove ("WizardBttn")

            If this method is called after the On Load event, it should be followed by a call to the
            Fnd_Tlbr_Redraw command.