AFXStringTarget

This class is designed for string targets.


AFXStringTarget(initialValue='')

Constructor.

ArgumentTypeDefaultDescription
initialValueString''Initial value.


getTypeName()

Returns the name of the target type ("String").

Implements AFXTarget.


getValue()

Returns the target's current value.


setValue(newValue)

Sets the target's current value.

ArgumentTypeDefaultDescription
newValueString New value.