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