Programming with Reflection
GetHotspotCommands method
Syntax Commands = object.GetHotspotCommands(Name)
Returns the commands, terminal keys, or scripts (or the combination of these elements) associated with the specified hotspot.
Name Argument type: String
The hotspot name. Hotspot names are case sensitive.
Commands Return type: String
The commands associated with the specified hotspot.
Note: This method is present for compatibility with earlier versions of Reflection for IBM and will only return information about a hotspot if it is defined using default values for flags, row, and column. Use the newer GetHotpsotCommandsEx.