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

TPopupNotifier.Show

Displays the pop-up notification form.

Declaration

Source position: popupnotifier.pas line 96

public procedure TPopupNotifier.Show;

Description

Show is a procedure which displays the pop-up notification form for the component. Show calls the Show method in vNotifierForm. The default values in its Left (0) and Top (0) properties are used.

Use ShowAtPos to display the form at specific coordinates.

Use the Hide method, or set Visible to False, to close the pop-up notification form.

See also

TPopupNotifier.ShowAtPos

  

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

TPopupNotifier.Hide

  

Hides the pop-up notification form.

TPopupNotifier.Visible

  

Value for the Visible property in the pop-up notification form.

TNotifierForm

  

Implements the form used for TPopupNotifier.

TCustomForm.Show

  

Displays the form instance with support for High DPI scaling.


Version 3.2 Generated 2024-02-25 Home