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

TNotifierForm

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

Implements the form used for TPopupNotifier.

Declaration

Source position: popupnotifier.pas line 55

type TNotifierForm = class(THintWindow)

protected

  procedure CreateHandle; override;

  

Creates the handle for the form.

public

  constructor Create(); override;

  

Constructor for the class instance.

  destructor Destroy; override;

  

Frees the class instance.

  procedure Paint; override;

  

Draws the form background and icon image.

end;

Inheritance

TNotifierForm

  

Implements the form used for TPopupNotifier.

|

THintWindow

  

The pop-up box containing helpful information that appears when the mouse pointer hovers over an object.

|

TCustomForm

  

The base type for TForm classes.

|

TCustomDesignControl

  

Provides a designer surface for scaling and layout of its child controls.

|

TScrollingWinControl

  

Implements a windowed control with scroll bars.

|

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

TNotifierForm is a THintWindow descendant that implements the form used for TPopupNotifier. TNotifierForm has private members that are used for the title, text, icon, and button on the pop-up notification form.TNotifierForm provides methods which paint, hide, and handle resizing for the form.

See also

TPopupNotifier

  

Implements a pop-up notification component.

THintWindow

  

The pop-up box containing helpful information that appears when the mouse pointer hovers over an object.


Version 3.2 Generated 2024-02-25 Home