Vcl.JumpList.TJumpCategories.Update

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Update(Item: TCollectionItem); override;

C++

virtual void __fastcall Update(System::Classes::TCollectionItem* Item);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList TJumpCategories

Description

Dispatcher of the OnChange event.

TJumpCategories calls Update when its contents change.

Update receives a single parameter, Item, which is the item that changes, or nil if the change affects more than one item in the list of categories.

Update triggers the OnChange event.

See Also