Vcl.JumpList.TJumpCategoryItem

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTJumpCategoryItem

Delphi

TJumpCategoryItem = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION TJumpCategoryItem : public System::Classes::TCollectionItem

Properties

Type Visibility Source Unit Parent
class public
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList Vcl.JumpList

Description

Represents a jump list custom category.

Each category has a display name and a list of items that are part of the category.

You can use the Visible property to hide or show your category in the jump list of your application.

Note: Windows does not show empty lists. If your category does not contain any item, your category is not visible, regardless of the value of this property.

See Also