[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Displays the popup notification form at the specified position
Source position: popupnotifier.pas line 91
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 popup 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 popup notification form.
lazarus-ccr.sourceforge.net |