Programming with Reflection

image\rwnprg32.gif NewHotlist method

 

Syntax object.NewHotlist Name, Options

 

Description

Creates a new hotlist with no items. Use the AddHotlistItem method to add items to a hotlist.

Arguments

Name Argument type: String
Specifies a name for the hotlist. If a hotlist with this name already exists, this method returns an error.

Options Argument type: Enumeration
This argument is no longer used. Use rcNoOptions.

 rcNoOptions

 No options are specified.

 rcSort

 This argument is no longer supported. (Version 11.0 and later.)

 

image\jump.gif Example

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this command