[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Height of the visible area for the tab sheet on the parent page control.
Source position: comctrls.pp line 542
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.
|
Not stored in LCL component streaming for TCustomPage. |
Version 4.0 | Generated 2025-05-03 | Home |