Programming with Reflection
GetNumeric method
Syntax Value = object.GetNumeric(Setting)
Provides an alternate way of returning the value of a property with a Boolean, long, or enumeration data type. The returned value of this method is equivalent to the current value of the specified property.
Setting Argument type: Enumeration
Use "rc" followed by the name of the property. For example, use rcFrameTerminalWindow to return the value of the FrameTerminalWindow property.
Value Argument type: String
The current property value. Boolean properties return the value rcYes if they are true and rcNo if they are false.