[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TNoteBookStringsTabControl

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Implements the tabbed page control used in TNoteBookStringsTabControl.

Declaration

Source position: comctrls.pp line 728

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;

Inheritance

TNoteBookStringsTabControl

  

Implements the tabbed page control used in TNoteBookStringsTabControl.

|

TPageControl

  

Implements a multi-page component with a series of tabs.

|

TCustomTabControl

  

Implements the base class for tabbed controls in the LCL.

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

The base class for LCL components which have an associated widget.

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent,IFPObserved

|

TObject

Description

TNoteBookStringsTabControl is a TPageControl descendant which implements the tabbed page control used in TNoteBookStringsTabControl.

See also

TPageControl

  

Implements a multi-page component with a series of tabs.


Version 3.2 Generated 2024-02-25 Home