[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A container for TMenuItem objects
Source position: menus.inc line 46
type TMenuBar = class(TBinWidget) |
||
protected |
||
procedure Paint(); override; |
|
|
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
function AddMenu(); |
|
|
end; |
|
A container for TMenuItem objects |
|
| | ||
|
This is a concrete class that implements all the TContainerWidget's abstract methods |
|
| | ||
|
TContainerWidget is an abstract class that defines the interface for containing other widgets |
|
| | ||
|
The TWidget class is the base class of all user interface objects. |
|
| | ||
TComponent |
||
? | ||
TObject |