TControl.ClientWidth

From OpenEUO
Revision as of 23:51, 23 October 2010 by 46.127.27.108 (Talk) (Created page with " RW ClientWidth : n Specifies the horizontal size of the control's client area in pixels. Use ClientWidth to read or change the width of the control’s client area. For TCon...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
RW ClientWidth : n

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

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