[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The set of Options enabled for the tabbed control.
Source position: comctrls.pp line 498
public property TCustomTabControl.Options : TCTabControlOptions |
Options is a TCTabControlOptions property with the set of options enabled for the tabbed control. It contains values from the TCTabControlOption enumeration which enable the corresponding features, including:
The default value for the property is an empty set ([]) and indicates that none of the optional features are enabled. Changing the value for the property causes the widgetset class instance to be updated when its handle has been allocated.
|
Caption for the active page in the tabbed control. |
|
|
Ordinal position for the selected page on the tabbed control. |
|
|
Handles page navigation using the Tab key. |
|
|
Indicates whether the caption on a tab can have multiple lines of text. |
|
|
Performs actions needed when the active page for the control has been changed. |
|
|
Event handler signalled when the active page (or tab) for the control is changed. |
|
|
Set type used to store values from the TCTabControlOption enumeration. |
|
|
Represents the LCL options available for TCustomTabControl. |
Version 4.0 | Generated 2025-05-03 | Home |