Functions Reference

Table Of Contents
Chapter 7
|
Get functions 79
Get(HighContrastColor)
Format
Get(HighContrastColor)
Parameter
None
Data type returned
text
Description
Windows: Returns the name of the current high contrast default color scheme.
Returns an empty value (null) if Use High Contrast is unavailable, inactive, or if the
function is used on the Mac OS.
Note See FileMaker Pro Help for information about running scripts in client/server and
peer-to-peer environments.
Example
Returns “High Contrast White” when the Windows Vista color scheme is set to High
Contrast White.
Get(HighContrastState)
Format
Get(HighContrastState)
Parameter
None
Data type returned
number
Description
Windows: Returns a number representing the state of the Use High Contrast option in
the Accessibility Options control panel (Windows XP), or the Choose a High Contrast
color scheme setting in the Ease of Access control panel (Windows Vista).
Returns:
0 if Use High Contrast is unavailable, inactive, or if the function is used on the Mac OS.
1 if Use High Contrast is available and active.
Note See FileMaker Pro Help for information about running scripts
in client/server and
peer-to-peer environments.