Vcl.JumpList.TJumpList.ApplicationID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ApplicationID: string read FApplicationID write FApplicationID default 0;

C++

__property ApplicationID = {default=0};

Properties

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

Description

Application User Model ID of your application.

Vcl.JumpList.TJumpList.ApplicationID inherits from Vcl.JumpList.TCustomJumpList.ApplicationID. All content below this line refers to Vcl.JumpList.TCustomJumpList.ApplicationID.

Application User Model ID of your application.

Warning: If you define an app user model ID using the Windows API, do not give ApplicationID a different value. See Loaded.

Most applications do not need to define this property, as Windows automatically assigns an Application User Model ID to the process of your application, However, if your application consists of more than one process or your application is running in a host process, use this property to specify a custom Application User Model ID for your application.

See Also