Get/Set Current Value of a Property

DESCRIPTION:

Get the current value of a property or set the value of a property.

USAGE:

cbGetCurrValue(dfProps, strPropName) 
cbSetCurrValue(dfProps, strPropName, strValue) 

REQUIRED ARGUMENTS:

dfProps
input data frame to the callback function.
strPropName
character string specifying the property name.
strValue
character string specifying the new value for strPropName.

VALUE:

cbGetCurrValue returns a character string containing the current property value.

cbSetCurrValue returns a data frame like dfProps with the strPropName value set to strValue.

SEE ALSO:

, , .

EXAMPLES:

See the example file samples/dialogs/propcomm.ssc where samples is in your S-PLUS directory.