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

TPopupNotifier.ShowAtPos

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

Declaration

Source position: popupnotifier.pas line 97

public procedure TPopupNotifier.ShowAtPos(

  x: Integer;

  y: Integer

);

Arguments

x

  

Horizontal position for the notification.

y

  

Vertical position for the notification.

Description

ShowAtPos is a procedure which displays the pop-up notification form at the specified position on the screen. Values in X and Y are corrected to fit the screen dimensions, similar to the mechanism used for TPopupMenu. ShowAtPos calls the Show method in vNotifierForm to display the pop-up notification form.

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