Buttons Component
Fnd_Bttn_GetPictureName
Fnd_Bttn_GetPictureName (icon name; button label) -> Text
Parameters
| Parameter | Type | Description |
|---|---|---|
| icon name | Text | Name of the icon to use from the 4D picture library |
| button label | Text | Label for the button |
| Function result | Text | The cache picture name |
Description
This routine returns the name that is used to store the specified picture button image in the cache. It has been exposed specifically for use only by the Toolbar component. This routine will be removed in a future update.
Extracted source text
Fnd_Bttn_GetPictureName (icon name; button label) ➔ Text
Parameter Type Description
icon name Text Name of the icon to use from the 4D picture library
button label Text Label for the button
Function result Text The cache picture name
This routine returns the name that is used to store the specified picture button image in the cache. It has
been exposed specifically for use only by the Toolbar component. This routine will be removed in a future
update.