Component
Toolbar Component
18 language-reference entries were extracted for this component.
- Fnd_Tlbr_Button_Add Fnd_Tlbr_Button_Add adds a new button to the toolbar. The button is always appended to the right of any existing toolbar buttons or dividers. The button name is used to...
- Fnd_Tlbr_Button_Count This function returns the number of buttons displayed in the toolbar. $buttonCount_i:=Fnd_Tlbr_Button_Count
- Fnd_Tlbr_Button_Enabled Use this routine to enable or disable a toolbar button. Pass True to enable the button or False to disable the button. Fnd_Tlbr_Button_Enabled ("PrintBttn";False) ` Disable the...
- Fnd_Tlbr_Button_Icon Call this method to specify the name of a Button component icon to use as the button's icon. Fnd_Tlbr_Button_Icon ("WizardBttn";"Fnd_Bttn_Wand")
- Fnd_Tlbr_Button_Insert Use this method to insert a button in the toolbar. This command is identical to the Fnd_Tlbr_Button_Add routine, except it has an additional parameter (before button) that lets...
- Fnd_Tlbr_Button_Label This routine can also be called as a function to get the button’s current label: $label_t:=Fnd_Tlbr_Button_Label ("WizardBttn")
- Fnd_Tlbr_Button_Menu Use this command to turn a toolbar button into a drop-down menu. First create the menu using the Fnd_Tlbr_Button_Add method. Then create a text array of menu items and call...
- Fnd_Tlbr_Button_Method Call this routine to set the associated method for the specified toolbar button. The method will be executed when the button is clicked. Fnd_Tlbr_Button_Method...
- Fnd_Tlbr_Button_Name This function returns the name of the button at the specified position. For example, to get the name of the last button: $lastButton_i:=Fnd_Tlbr_Button_Count...
- Fnd_Tlbr_Button_Remove This command removes the button with the specified name from the toolbar. Fnd_Tlbr_Button_Remove ("WizardBttn")
- Fnd_Tlbr_Clear Fnd_Tlbr_Clear removes all objects from the toolbar so it can be rebuilt from scratch. Fnd_Tlbr_Clear Fnd_Tlbr_Button_Add...
- Fnd_Tlbr_Divider_Add Fnd_Tlbr_Divider_Add adds a divider line to the toolbar object list. The divider is added after any other objects in the toolbar. Fnd_Tlbr_Button_Add...
- Fnd_Tlbr_FormMethod This method must be called from any form method that inherits the toolbar form. Fnd_Tlbr_FormMethod expects the On Load, On Activate, On Deactivate, and On Resize form events...
- Fnd_Tlbr_Info Returns the requested information about the component. $version_t:=Fnd_Tlbr_Info ("version")
- Fnd_Tlbr_Redraw This command updates the toolbar. It should be called after making any changes to the toolbar. Fnd_Tlbr_Button_Add ("UnlockButton";"Unlock";"Fnd_Bttn_Unlock";"UnlockMethod")...
- Fnd_Tlbr_StatusMessage Fnd_Tlbr_StatusMessage allows for the getting and setting of the information text line displayed in the standard toolbar output form. Pass this routine the message to display....
- Fnd_Tlbr_Platform This routine sets and gets the toolbar platform name for the current process. This affects the general toolbar appearance. The following platform names can be used: Platform...
- Fnd_Tlbr_Style Fnd_Tlbr_Style sets and gets the toolbar style name for the current process. The following style names can be used: Style Name Large Small1 Small2