Sets the value of a field by passing a field’s valid System Name as defined in the Quik! Field Definition

Namespace:  QFD
Assembly:  QFD (in QFD.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void SetValueBySystemName(
	string strSystemName,
	string strValue
)
Visual Basic (Declaration)
Public Sub SetValueBySystemName ( _
	strSystemName As String, _
	strValue As String _
)
Visual C++
public:
void SetValueBySystemName(
	String^ strSystemName, 
	String^ strValue
)

Parameters

strSystemName
Type: System..::.String
The SystemName of the BaseField that is to be set
strValue
Type: System..::.String
The field value

Remarks

See Also