[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: popupnotifier.pas line 59
type TNotifierForm = class(THintWindow) |
||
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
procedure Paint; override; |
||
end; |
|
||
| | ||
|
Hint Window - the popup box containing helpful information that appears when the mouse pointer hovers over an object |
|
| | ||
|
TCustomForm - the base type for TForm |
|
| | ||
|
TScrollingWinControl - a class of Window Control that has one or more scroll bars |
|
| | ||
|
TCustomControl - a base class for many window controls |
|
| | ||
| | ||
| | ||
|
TLCLComponent - base class for LCL components |
|
| | ||
| | ||
| | ||
lazarus-ccr.sourceforge.net |