Vcl.JumpList.TJumpListCollection.GetObjectArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetObjectArray: IObjectArray;

C++

_di_IObjectArray __fastcall GetObjectArray();

Properties

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

Description

Returns an instance of IObjectArray that contains the items of the list as instances of IShellLink.

Exceptions

GetObjectArray may raise any of the following exceptions:

Exception Exception.Message Scenarios

EJumpListItemException

JumpListItem exception: Error <code> Adding item to Object Array

JumpListItem exception: Error <code> Getting Object Array

GetObjectArray calls GetAsIShellLink on each item of your list. GetAsIShellLink may raise some exceptions.

See Also