Dialogs Component

Fnd_Dlg_SetText

Fnd_Dlg_SetText (text 1{; text 2})

Legacy manual page 97

Parameters

ParameterTypeDescription
text 1TextPrimary alert text
text 2TextSmaller alert text (optional)

Description

The Fnd_Dlg_SetText routine sets the message texts for the upcoming dialogs opened with the Fnd_Dlg_Display and Fnd_Dlg_MessageOpen routines.

See the Fnd_Dlg_Display routine for a code example. You can define a smaller alert text as on Macintosh OS X in the text 2 parameter as shown in the dialog below:

Extracted source text
            Fnd_Dlg_SetText (text 1{; text 2})

              Parameter                Type             Description
              text 1                   Text             Primary alert text
              text 2                   Text             Smaller alert text (optional)

            The Fnd_Dlg_SetText routine sets the message texts for the upcoming dialogs opened with the
            Fnd_Dlg_Display and Fnd_Dlg_MessageOpen routines.

            See the Fnd_Dlg_Display routine for a code example.
            You can define a smaller alert text as on Macintosh OS X in the text 2 parameter as shown in the dialog
            below: