[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TTabSheet.Height

Height of the visible area for the tab sheet on the parent page control.

Declaration

Source position: comctrls.pp line 542

published property TTabSheet.Height : Integer
  stored False;

Description

Height is a published Integer property in TTabSheet, and contains the height in pixels for the visible area on the tab sheet. It reflects the height for the parent page control minus the space needed to display the captioned tab for the tab sheet and its borders.

The value in Height is not stored in the LCL component streaming mechanism, and changing the value in Height has no effect. The origin (Left, Top) and dimensions (Width, Height) for the tab sheet are determined when the parent control (TPageControl) is resized. Height always contains the number of vertical pixels in the visible area on the parent control.

Place a TScrollBox control (aligned to alClient) on the tab sheet to provide a container for scrollable content.

See also

#lcl.comctrls.TCustomPage.Height

  

Not stored in LCL component streaming for TCustomPage.


Version 4.0 Generated 2025-05-03 Home