Buttons Component
Fnd_Bttn_Platform
Fnd_Bttn_Platform (platform) -> Text
Parameters
| Parameter | Type | Description |
|---|---|---|
| platform | Text | "Auto" or "Mac" or "Win" |
| Function result | Text | Current platform setting |
Description
Call this routine to specify the platform style to use when creating the next button image. The platform value must be either “Auto,” “Mac,” or “Win.”
Fnd_Bttn_Platform ("Mac") ` Draw Macintosh style buttons regardless of the platform.
The “Auto” setting lets the component select the appropriate platform setting for the current platform. This routine can also be called as a function to determine the current platform setting:
$bttnPlatform:=Fnd_Bttn_Platform
Only “Mac” or “Win” will be returned. “Auto” will not be returned. This command affects only the current process.
Extracted source text
Fnd_Bttn_Platform (platform) ➔ Text
Parameter Type Description
platform Text "Auto" or "Mac" or "Win"
Function result Text Current platform setting
Call this routine to specify the platform style to use when creating the next button image. The platform
value must be either “Auto,” “Mac,” or “Win.”
Fnd_Bttn_Platform ("Mac") ` Draw Macintosh style buttons regardless of the platform.
The “Auto” setting lets the component select the appropriate platform setting for the current platform.
This routine can also be called as a function to determine the current platform setting:
$bttnPlatform:=Fnd_Bttn_Platform
Only “Mac” or “Win” will be returned. “Auto” will not be returned.
This command affects only the current process.