Unit 'PopupNotifier' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TPopupNotifier.Hide

Hides the pop-up notification form.

Declaration

Source position: popupnotifier.pas line 95

public procedure TPopupNotifier.Hide;

Description

Hide is a procedure which hides the pop-up notification form for the component. Hide calls the Hide method in VNotifierForm.

See also

TPopupNotifier.Show

  

Displays the pop-up notification form.

TPopupNotifier.ShowAtPos

  

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

TNotifierForm

  

Implements the form used for TPopupNotifier.