[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: popupnotifier.pas line 75
type TPopupNotifier = class(TComponent) |
||
public |
||
|
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
procedure Hide; |
|
|
procedure Show; |
|
|
procedure ShowAtPos(); |
|
|
published |
||
|
||
|
||
property Text: String; [rw] |
|
|
property Title: String; [rw] |
|
|
property Visible: Boolean; [rw] |
|
|
property OnClose: TCloseEvent; [rw] |
|
|
end; |
|
||
| | ||
| | ||
| | ||
lazarus-ccr.sourceforge.net |