[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates whether the tab control can update its Tabs property.
Source position: comctrls.pp line 835
protected function TTabControl.CanChange: Boolean; override; |
True if the Tabs for the control can be modified.
Signals the OnChanging event handler (when assigned) to get the return value for the method. The default return value is True when OnChanging has not been assigned.
|
Contains the list of pages accessible in the tabbed control. |
|
|
Event handler signalled prior to changing the active tab/page on the tabbed control. |
Version 4.0 | Generated 2025-05-03 | Home |