Toolbar Component

Fnd_Tlbr_Button_Name

Fnd_Tlbr_Button_Name (index) -> Number

Legacy manual page 248

Parameters

ParameterTypeDescription
indexNumberThe number of the button
Function resultTextThe name of the button

Description

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
$buttonName_t:=Fnd_Tlbr_Button_Name ($lastButton_i)
Extracted source text
            Fnd_Tlbr_Button_Name (index) ➔ Number

              Parameter               Type                    Description
              index                   Number                  The number of the button
              Function result         Text                    The name of the button

            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
              $buttonName_t:=Fnd_Tlbr_Button_Name ($lastButton_i)