Windows Component

Fnd_Wnd_Info

Fnd_Wnd_Info (info requested) -> Text

Legacy manual page 263

Parameters

ParameterTypeDescription
info requestedTextInformation desired
Function ResultTextResponse

Description

Returns the requested information about the component.

$version_t:=Fnd_Wnd_Info ("version")

The Fnd_Wnd_Info method will respond to these requests: Request Response Example name The component’s full name Foundation Windows version The component’s version number 4.0.5 beta 2

This routine can also be called using the Fnd_Gen_ComponentInfo method without first testing to see if the component is installed:

$version_t:=Fnd_Gen_ComponentInfo ("Fnd_Wnd";"version")

See the Fnd_Gen_ComponentInfo method for more information.

Extracted source text
            Fnd_Wnd_Info (info requested) ➜ Text

              Parameter                     Type                  Description
              info requested                Text                  Information desired
              Function Result               Text                  Response

            Returns the requested information about the component.
              $version_t:=Fnd_Wnd_Info ("version")

            The Fnd_Wnd_Info method will respond to these requests:
              Request            Response                                                  Example
              name               The component’s full name                                 Foundation Windows
              version            The component’s version number                            4.0.5 beta 2

            This routine can also be called using the Fnd_Gen_ComponentInfo method without first testing to see
            if the component is installed:
              $version_t:=Fnd_Gen_ComponentInfo ("Fnd_Wnd";"version")

            See the Fnd_Gen_ComponentInfo method for more information.