Programming with Reflection
GetHotlistOptions method
Syntax Options = object.GetHotlistOptions(Name)
Returns the options for the specified hotlist. These options are set with the NewHotlist method.
Name Argument type: String
The hotlist name.
Options Return type: Enumeration
The hotlist options. The return is a numerical value that is equivalent to a predefined constant. The possible values are:
Value |
Constant |
Meaning |
0 |
rcNoOptions |
Hotlist items are displayed in the order in which they were created. |
1 |
rcSort |
Hotlist items are displayed in alphabetical order, regardless of the order in which the items were created. |