[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Displays the pop-up notification form at the specified position.
Source position: popupnotifier.pas line 97
public procedure TPopupNotifier.ShowAtPos( |
x: Integer; |
y: Integer |
); |
x |
|
Horizontal position for the notification. |
y |
|
Vertical position for the notification. |
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.
lazarus-ccr.sourceforge.net |