Data Component

Fnd_Data_FormatText

Fnd_Data_FormatText (text) -> Text

Legacy manual page 60

Parameters

ParameterTypeDescription
textTexttext to format
Function resultTextformatted text

Description

The Fnd_Data_FormatText function formats text by stripping any leading or trailing spaces, removes any double spaces from within the text and capitalizes the first letter of each word, unless the user holds down the bypass key (default Option/Alt). Function returns the formatted text.

Self->:=Fnd_Data_FormatText (Self->)
Extracted source text
            Fnd_Data_FormatText (text) ➜ Text

              Parameter                Type              Description
              text                     Text              text to format
              Function result          Text              formatted text

            The Fnd_Data_FormatText function formats text by stripping any leading or trailing spaces, removes
            any double spaces from within the text and capitalizes the first letter of each word, unless the user holds
            down the bypass key (default Option/Alt). Function returns the formatted text.
              Self->:=Fnd_Data_FormatText (Self->)