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

TPopupNotifier.vNotifierForm

Form which displays the popup notification

Declaration

Source position: popupnotifier.pas line 86

public TPopupNotifier.vNotifierForm : TNotifierForm;

Description

vNotifierForm is a public TNotifierForm member which represents the form used to display the popup 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.

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