SetDependentValue.2 |
Scroll |
Sets the value as a string. Values for other field types will be converted.
Namespace: Therefore.API
Visual Basic Public Overridable Function SetDependentValue ( _ nFieldNo As Integer, _ vValue As Object, _ ) C# public virtual void SetDependentValue ( int nFieldNo, object vValue, )
Parameters nFieldNo The field number of the dependent field to be set.
vValue The value for the field in the field specific type.
Return Value None. |