Get(WindowContentHeight)
Purpose 
Returns the height, in points, of the FileMaker Pro content area.
Format 
Get(WindowContentHeight)
Parameters 
None
Data type returned 
number
Originated in 
FileMaker Pro 7.0
Description 
The content area depends on the current size of the active window but doesn’t include the title bar, scroll bars, zoom controls, and page margins. The content area is the space inside these controls. It does not include the status toolbar if it is currently showing.
Notes
 •
 •
Examples 
Returns 400 in OS X when the current window height is 437 and the status toolbar isn’t showing.
The example below combines Get(WindowContentHeight) with Get(WindowHeight) to determine the height of the title bar and horizontal scroll bar:
Get(WindowHeight) - Get(WindowContentHeight) returns 37 in OS X when the window height is 437 and the status toolbar isn’t showing.
Related topics 
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas