[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Form which displays the pop-up notification.
Source position: popupnotifier.pas line 92
public TPopupNotifier.vNotifierForm : TNotifierForm; |
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.
lazarus-ccr.sourceforge.net |