Buttons Component
Fnd_Bttn_Style
Fnd_Bttn_Style ({desired style name}) -> Text
Parameters
| Parameter | Type | Description |
|---|---|---|
| desired style name | Text | Desired button style name (optional) |
| Function result | Text | Actual button style name |
Description
Pass a style name to set the button style to use when drawing the next button image. See the beginning of this chapter for examples of each style.
Fnd_Bttn_Style ("Small2")
The style name must be either “Large,” “Small1,” or “Small2.” Call this routine before calling the Fnd_Bttn_CreateButton, Fnd_Bttn_GetPicture, or Fnd_Bttn_GetPictureWidth methods. This command affects only the current process. This method can also be called as a function to determine the current style setting:
$style:=Fnd_Bttn_Style
Extracted source text
Fnd_Bttn_Style ({desired style name}) ➔ Text
Parameter Type Description
desired style name Text Desired button style name (optional)
Function result Text Actual button style name
Pass a style name to set the button style to use when drawing the next button image. See the beginning of
this chapter for examples of each style.
Fnd_Bttn_Style ("Small2")
The style name must be either “Large,” “Small1,” or “Small2.” Call this routine before calling the
Fnd_Bttn_CreateButton, Fnd_Bttn_GetPicture, or Fnd_Bttn_GetPictureWidth methods. This
command affects only the current process.
This method can also be called as a function to determine the current style setting:
$style:=Fnd_Bttn_Style