Buttons Component
Fnd_Bttn_Info
Fnd_Bttn_Info (info requested) -> Text
Parameters
| Parameter | Type | Description |
|---|---|---|
| info requested | Text | Info desired |
| Function Result | Text | Response |
Description
This routine returns the requested information about the component.
$version_t:=Fnd_Bttn_Info ("version")
The Fnd_Bttn_Info method will respond to these requests: Request Response Example name The component’s full name Foundation Buttons version The component’s version number 4.1
This component 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_Bttn";"version")
See the Fnd_Gen_ComponentInfo method for more information.
Extracted source text
Fnd_Bttn_Info (info requested) ➔ Text
Parameter Type Description
info requested Text Info desired
Function Result Text Response
This routine returns the requested information about the component.
$version_t:=Fnd_Bttn_Info ("version")
The Fnd_Bttn_Info method will respond to these requests:
Request Response Example
name The component’s full name Foundation Buttons
version The component’s version number 4.1
This component 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_Bttn";"version")
See the Fnd_Gen_ComponentInfo method for more information.