[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Menus' (#lcl)

TMenuItems

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Implements a list used to store TMenuItem instances with a given parent.

Declaration

Source position: menus.pp line 138

type TMenuItems = class(TList)

protected

  procedure Notify(); override;

  

Notifies the parent and the merged menu item that a child menu item has been added, extracted, or deleted.

public

  constructor Create();

  

Constructor for the class instance.

end;

Inheritance

TMenuItems

  

Implements a list used to store TMenuItem instances with a given parent.

|

TList

?

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.