Programming with Reflection

image\rwnprg32.gif SetString method

 

Syntax object.SetString Setting, String

 

Description

Provides a way of linking a property value to an action or event (such as a toolbar button, keystroke, or hotspot) that can be mapped or linked to a Reflection method.

Use SetString to change the value of properties that take string values. Use SetNumeric to change the value of any property whose data type Boolean, numeric, or enumeration.

Arguments

Setting Argument type: Enumeration
Use "rc" followed by the name of the property you want to change. For example, use rcHostName to change the value of the HostName property

String Argument type: String
The new value for the property you are changing.

 

 

image\jump.gif Example

image\jump.gif Keyword Index

image\popup.gif Reflection products that use this command