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

TPopupNotifier

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

Implements a pop-up notification component.

Declaration

Source position: popupnotifier.pas line 73

type TPopupNotifier = class(TComponent)

public

  vNotifierForm: TNotifierForm;

  

Form which displays the pop-up notification.

  constructor Create(); override;

  

Constructor for the component instance.

  destructor Destroy; override;

  

Frees the component.

  procedure Hide;

  

Hides the pop-up notification form.

  procedure Show;

  

Displays the pop-up notification.

  procedure ShowAtPos();

  

Displays the pop-up notification form at the specified position.

published

  property Color: TColor; [rw]

  

Color for the pop-up notification form.

  property Icon: TPicture; [rw]

  

Icon for the pop-up notification form.

  property Text: string; [rw]

  

Text for the pop-up notification form.

  property TextFont: TFont; [rw]

  

Font used for the Text displayed on the form.

  property Title: string; [rw]

  

Title for the pop-up notification form.

  property TitleFont: TFont; [rw]

  

Font used for the Title displayed on the form.

  property Visible: Boolean; [rw]

  

Value for the Visible property in the pop-up notification form.

  property OnClose: TCloseEvent; [rw]

  

OnClose event handler for the pop-up notification form.

end;

Inheritance

TPopupNotifier

  

Implements a pop-up notification component.

|

TComponent

?

TObject

Description

TPopupNotifier is a TComponent descendant which implements a pop-up notification component. TPopupNotifier includes a TNotifierForm member which displays the contents of the notification. TPopupNotifier provides methods and properties that allow access to the form and its controls. TPopupNotifier also provides methods which display and hide the form.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.