Functions Reference

Table Of Contents
Chapter 7
|
Get functions 85
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 (large)” when the Use High Contrast option in Windows
2000 is active and Black on white is selected.
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. 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.
Get(HostIPAddress)
Format
Get(HostIPAddress)