[Overview][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: customdrawncontrols.pas line 712
type TCDTabControl = class(TCDCustomTabControl) |
||
published |
||
|
||
property Enabled: Boolean; |
||
|
||
property Tabs: TStringList; |
|
|
|
||
property OnChanging: TNotifyEvent; |
|
|
property OnChange: TNotifyEvent; |
|
|
property OnUserAddedPage: TOnUserAddedPage; |
|
|
end; |
|
||
| | ||
|
||
| | ||
|
||
| | ||
|
The base class for windowed controls which paint themselves. |
|
| | ||
|
Implements a windowed control which can contain other child controls. |
|
| | ||
|
The base class for visible controls. |
|
| | ||
|
The base class for LCL components which have an associated widget. |
|
| | ||
| | ||
| | ||
Version 4.0 | Generated 2025-05-03 | Home |