MaxHeight Property
  

Set / Gets max height of a window.

SYNTAX
Pseudo-OOP:

Set:
<
WindowName>.MaxHeight := nMaxHeight

Get:
<
WindowName>.MaxHeight--> nMaxHeight

Function syntax:

Set:
SetProperty ( <WindowName>,MaxHeight , nMaxHeight )

Get:
GetProperty ( <WindowName>, MaxHeight ) --> nMaxHeight