Dialogs Component

Fnd_Dlg_SetIcon

Fnd_Dlg_SetIcon ({icon number})

Legacy manual page 95

Parameters

ParameterTypeDescription
icon numberLongintIcon number (optional)

Description

Use the Fnd_Dlg_SetIcon routine to set the icon for an upcoming alert displayed with the Fnd_Dlg_Display routine. Pass one of the following values:

Value 4D Constant Description Icon

0 Default icon (Note)

1 Fnd_Dlg_NoteIcon Note Icon

2 Fnd_Dlg_WarnIcon Warn icon

3 Fnd_Dlg_StopIcon Stop Icon

See the Fnd_Dlg_Display routine for a code example.

Extracted source text
            Fnd_Dlg_SetIcon ({icon number})

              Parameter                         Type            Description
              icon number                       Longint         Icon number (optional)

            Use the Fnd_Dlg_SetIcon routine to set the icon for an upcoming alert displayed with the
            Fnd_Dlg_Display routine. Pass one of the following values:

              Value          4D Constant                  Description                       Icon

              0		                                         Default icon (Note)

              1              Fnd_Dlg_NoteIcon             Note Icon

              2              Fnd_Dlg_WarnIcon             Warn icon

              3              Fnd_Dlg_StopIcon             Stop Icon

            See the Fnd_Dlg_Display routine for a code example.