Input/Output Component

Fnd_IO_ToolbarIconGroup

Fnd_IO_ToolbarIconGroup ({style name}) -> Text

Legacy manual page 131

Parameters

ParameterTypeDescription
style nameTextThe button style name to use (optional)
Function resultTextThe current style

Description

This command changes the icons used when displaying the output form toolbar. The default style is “bold.” Use this command to switch the icon group to any of the other groups: Icon Groups Bold Card Native Mac Win

For example, this would switch the output toolbar icon group to “Card”:

Fnd_IO_ToolbarIconGroup ("Card")

This command will affect only the current process. It can be called from the Fnd_Hook_IO_DisplayTable hook. Here is what the different groups look like:

Icon Group: Bold The icon group is not affected by the toolbar size. This command can be combined with calls to the Fnd_Tlbr_Style and Fnd_Tlbr_Platform commands.

Icon Group: Bold Style: Small2

Icon Group: Card

Icon Group: Native or Win Icon Group: Native or Mac The “Native” platform will automatically select either the “Win” or “Mac” group for you, depending on the current platform. This toolbar style works only with the large toolbar size. This routine can also be called without any parameters to determine the current setting:

$iconGroupName:=Fnd_IO_ToolbarIconGroup
Extracted source text
            Fnd_IO_ToolbarIconGroup ({style name}) ➔ Text

              Parameter               Type              Description
              style name              Text              The button style name to use (optional)
              Function result         Text              The current style

            This command changes the icons used when displaying the output form toolbar. The default style is
            “bold.” Use this command to switch the icon group to any of the other groups:
              Icon Groups
              Bold
              Card
              Native
              Mac
              Win

            For example, this would switch the output toolbar icon group to “Card”:
              Fnd_IO_ToolbarIconGroup ("Card")

            This command will affect only the current process. It can be called from the
            Fnd_Hook_IO_DisplayTable hook.
            Here is what the different groups look like:

            Icon Group: Bold
            The icon group is not affected by the toolbar size. This command can be combined with calls to the
            Fnd_Tlbr_Style and Fnd_Tlbr_Platform commands.

            Icon Group: Bold
            Style: Small2

            Icon Group: Card

            Icon Group: Native or Win
            Icon Group: Native or Mac
            The “Native” platform will automatically select either the “Win” or “Mac” group for you, depending on the
            current platform. This toolbar style works only with the large toolbar size.
            This routine can also be called without any parameters to determine the current setting:
              $iconGroupName:=Fnd_IO_ToolbarIconGroup