Programming with Reflection

image\rwnprg32.gif GetNumeric method

 

Syntax Value = object.GetNumeric(Setting)

 

Description

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.

Arguments

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.

Return

Value Argument type: String
The current property value. Boolean properties return the value rcYes if they are true and rcNo if they are false.

 

 

image\jump.gif Keyword Index

image\popup.gif Reflection products that use this command