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

TPopupNotifier.vNotifierForm

Form which displays the pop-up notification.

Declaration

Source position: popupnotifier.pas line 92

public TPopupNotifier.vNotifierForm : TNotifierForm;

Description

vNotifierForm is a public TNotifierForm member which represents the form used to display the pop-up notification. vNotifierForm is instantiated in Create but not displayed; its Visible property is set to False. vNotifierForm is displayed using the Show or ShowAtPos methods. Use the Hide method to hide the form. vNotifierForm is freed in the Destroy method.

See also

TPopupNotifier.Create

  

Constructor for the component instance.

TPopupNotifier.Destroy

  

Frees the component.

TPopupNotifier.Show

  

Displays the pop-up notification form.

TPopupNotifier.ShowAtPos

  

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

TPopupNotifier.Hide

  

Hides the pop-up notification form.

TNotifierForm

  

Implements the form used for TPopupNotifier.


Version 3.2 Generated 2024-02-25 Home