[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,IFPObserved

|

TObject

Description

TMenuItems is the type used to implement the Items property in the TMenuItem class.

See also

TMenuItem.Items

  

Provides indexed access to the child menu items for the current class instance.

TMenuItem.Insert

  

Insert stores the specified menu item at the location indicated by Index.


Version 3.2 Generated 2024-02-25 Home