Vcl.Menus.TMenuItem.UpdateItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateItems;

C++

void __fastcall UpdateItems();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus TMenuItem

Description

Iterates through all the menu items of this menu item and updates them.

UpdateItems is called whenever the image list attached to the menu is changed or when OwnerDraw is changed.

See Also