Vcl.JumpList.TJumpCategories.GetCategoryIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCategoryIndex(const CategoryName: string): Integer;

C++

int __fastcall GetCategoryIndex(const System::UnicodeString CategoryName);

Properties

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

Description

Returns the index that the category with the specified name has within your list of categories.

See Also