Difference between revisions of "TControl.ClientHeight"

From OpenEUO
Jump to: navigation, search
(Created page with " RW ClientHeight : n Specifies the vertical size of the control's client area in pixels. Use ClientHeight to read or change the height of the control’s client area. For TCo...")
 
 
Line 1: Line 1:
  RW ClientHeight : n
+
  '''RW ClientHeight : n'''
 
   
 
   
 
  Specifies the vertical size of the control's client area in pixels.
 
  Specifies the vertical size of the control's client area in pixels.
  
 
Use ClientHeight to read or change the height of the control’s client area. For TControl, ClientHeight is the same as Height. Derived classes may implement a ClientHeight property that differs from Height. For example, the ClientHeight of a form is the value of the Height property minus the height of the resize border and scroll bars.
 
Use ClientHeight to read or change the height of the control’s client area. For TControl, ClientHeight is the same as Height. Derived classes may implement a ClientHeight property that differs from Height. For example, the ClientHeight of a form is the value of the Height property minus the height of the resize border and scroll bars.

Latest revision as of 23:50, 23 October 2010

RW ClientHeight : n

Specifies the vertical size of the control's client area in pixels.

Use ClientHeight to read or change the height of the control’s client area. For TControl, ClientHeight is the same as Height. Derived classes may implement a ClientHeight property that differs from Height. For example, the ClientHeight of a form is the value of the Height property minus the height of the resize border and scroll bars.