ClientHeight Property
  

Gets the ClientHeight property for for the forms and controls.

SYNTAX
Pseudo-OOP:

Get:
<ParentWindowName>.<ControlName>.ClientHeight -> nClientHeightControl
<ParentWindowName>.ClientHeight -> nClientHeightForm

Function syntax:

Get:
GetProperty ( <ParentWindowName>,<ControlName>, ClientHeight) -> nClientHeightControl
GetProperty ( <
ParentWindowName>, ClientHeight) -> nClientHeightForm