[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements the form used for TPopupNotifier
Source position: popupnotifier.pas line 55
type TNotifierForm = class(THintWindow) |
||
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
Frees the class instance |
procedure Paint; override; |
||
end; |
|
Implements the form used for TPopupNotifier |
|
| | ||
|
The popup box containing helpful information that appears when the mouse pointer hovers over an object. |
|
| | ||
|
The base type for TForm. |
|
| | ||
| | ||
|
Class of a windowed control with incorporated scroll bars. |
|
| | ||
|
The base class for windowed controls which paint themselves. |
|
| | ||
|
The base class for controls which can contain other (child) controls. |
|
| | ||
|
The base class for visible controls. |
|
| | ||
|
The base class for LCL components associated with widgets. |
|
| | ||
TComponent |
||
? | ||
TObject |
TNotifierForm is a THintWindow descendant that implements the form used for TPopupNotifier. TNotifierForm has private members that are used for the title, text, icon, and button in the popup notification.TNotifierForm provides methods which paint, hide, and handle resizing for the form.
lazarus-ccr.sourceforge.net |