Vcl.JumpList.TJumpListItem.GetAsIShellLink

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsIShellLink: IShellLink;

C++

_di_IShellLinkW __fastcall GetAsIShellLink();

Properties

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

Description

Returns your item as an instance of IShellLink.

Exceptions

GetAsIShellLink may raise any of the following exceptions:

Exception Exception.Message Scenarios

EJumpListItemException

JumpListItem exception: Error <code> Getting property store interface

JumpListItem exception: Error <code> Initializing Property variant

  • Initializing a variant property as a boolean or as a string returned an error code.

JumpListItem exception: Error <code> Setting Property Store

JumpListItem exception: Error <code> Commit Property Store

JumpListItem exception: Error <code> Friendly name must be set for the jump item

JumpListItem exception: Error <code> Setting arguments

JumpListItem exception: Error <code> Setting Path

JumpListItem exception: Error <code> Setting Icon

JumpListItem exception: Error <code> Friendly name must be set for the jump item

See Also