Programming with Reflection
GetHotlistItemOptions method
Syntax Options = object.GetHotlistItemOptions(List, Item)
Returns the options for a hotlist item.
Arguments
List Argument type: String
The hotlist name.
Item Argument type: String
The item name.
Return
Options Return type: Enumeration
The options for a hotlist item. The return is a numerical value that is equivalent to a predefined constant. The possible returns are:
Value |
Constant |
Meaning |
0 |
rcNoOptions |
No options are set. |
2 |
rcAtNextField |
The commands associated with each item are executed at the next input field in the terminal screen. If the hotlist is associated with a hotspot, the next input field after the hotspot is used; otherwise, the next input field after the current hotlist position is used. Any information in the next input field is erased before the commands are executed. |
4 |
rcSeparator |
A separator line appear immediately above this item. |
6 |
rcAtNextFieldAndSeparator |
Both the rcSeparator and rcAtNextFieldAndSeparator options (see above) are set. |