Filemaker Pro 8.5 Educational Maintenance T3 TJ083LL/A User Manual

Product codes
TJ083LL/A
Page of 238
120     FileMaker Functions Reference
The example below combines Get(WindowContentHeight) with 
Get(WindowHeight) to determine the size of the title bar and horizontal scroll bar:
Get(WindowHeight) - Get(WindowContentHeight) returns 
37
 in the Mac OS 
when the window height is 437.
Get(WindowContentWidth)
Format
Get(WindowContentWidth)
Parameter
None
Data type returned
number
Description
Returns a number representing the width, in pixels, of the FileMaker Pro content area. The 
content area depends on the current size of the active window but doesn’t include the title 
bar, scroll bars, zoom controls, or page margins. It does include the 
 if it is 
currently showing. The content area is the space inside these controls.
Note  
See FileMaker Pro help for information about running 
 in client/server and 
peer-to-peer environments.
Examples
Returns 
400
 in the Mac OS when the current window width is 415 and the status area isn’t 
showing.
The example below combines Get(WindowContentWidth) with Get(WindowWidth) 
to determine the size of the status bar and vertical scroll bar:
Get(WindowWidth) - Get(WindowContentWidth) returns 
15
 in the Mac OS when 
the window width is 415 and the status area isn’t showing.
Get(WindowDesktopHeight)
Format
Get(WindowDesktopHeight)
Parameter
None
Data type returned
number