[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: popupnotifier.pas line 44
type TNotifierXButton = class(TCustomControl) |
||
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
procedure paint; override; |
|
|
end; |
|
||
| | ||
|
TCustomControl - a base class for many window controls |
|
| | ||
|
TWinControl - the base class for all windowed controls |
|
| | ||
|
TControl - the main ancestor class for visual controls. |
|
| | ||
TLCLComponent |
||
? | ||
TObject |