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