Vcl.JumpList.TJumpCategoryItem.CategoryName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CategoryName: string read FCategoryName write SetCategoryName;

C++

__property System::UnicodeString CategoryName = {read=FCategoryName, write=SetCategoryName};

Properties

Type Visibility Source Unit Parent
property published
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList TJumpCategoryItem

Description

Display name of the category.

This is the name that Windows displays in your jump list. See "MyCategory" in the screenshot below:

JumpListsMyCategoryMyItem.png

See Also