[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements the tabbed page control used in TNoteBookStringsTabControl.
Source position: comctrls.pp line 726
type TNoteBookStringsTabControl = class(TPageControl) |
||
protected |
||
FHandleCreated: TNotifyEvent; |
||
procedure CreateHandle; override; |
|
|
procedure AdjustXY(); |
|
Adjusts the specified coordinates to the ClientOrigin for the parent. |
procedure DoStartDrag(); override; |
|
|
procedure DragDrop(); override; |
|
|
procedure DragOver(); override; |
|
|
procedure MouseDown(); override; |
|
|
procedure MouseMove(); override; |
|
|
procedure MouseUp(); override; |
|
|
procedure MouseEnter; override; |
|
|
procedure MouseLeave; override; |
|
|
function GetPopupMenu; override; |
|
Gets the value for the PopupMenu property. |
class procedure WSRegisterClass; override; |
|
|
end; |
|
Implements the tabbed page control used in TNoteBookStringsTabControl. |
|
| | ||
|
TPageControl - provides a series of tabs along the edge of a multi-page component to allow selection of one of the pages (TTabSheet) of the component. |
|
| | ||
|
Implements the base class for tabbed controls in the LCL. |
|
| | ||
|
The base class for controls which can contain other (child) controls. |
|
| | ||
|
The base class for visible controls. |
|
| | ||
|
The base class for LCL components which have an associated widget. |
|
| | ||
TComponent |
||
? | ||
TObject |
TNoteBookStringsTabControl is a TPageControl descendant which implements the tabbed page control used in TNoteBookStringsTabControl.
|
TPageControl - provides a series of tabs along the edge of a multi-page component to allow selection of one of the pages (TTabSheet) of the component. |
lazarus-ccr.sourceforge.net |