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

TNotifierXButton

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

Implements the button for TNotifierForm.

Declaration

Source position: popupnotifier.pas line 40

type TNotifierXButton = class(TCustomControl)

public

  constructor Create(); override;

  

Constructor for the class instance.

  destructor Destroy; override;

  

Destructor for the class instance.

  procedure Paint; override;

  

Draws the button in its current state.

end;

Inheritance

TNotifierXButton

  

Implements the button for TNotifierForm.

|

TCustomControl

  

The base class for windowed controls which paint themselves.

|

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

TNotifierXButton is a TCustomControl descendant that implements the button for TNotifierForm. TNotifierXButton provides methods need to draw the button in a specific state, and respond to mouse up and down messages.

See also

TNotifierForm

  

Implements the form used for TPopupNotifier.


Version 4.0 Generated 2025-05-03 Home