Sets the value of a field by passing a field’s valid QLX tag 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 SetValueByQLXTag(
	string strQLXTag,
	string strValue
)
Visual Basic (Declaration)
Public Sub SetValueByQLXTag ( _
	strQLXTag As String, _
	strValue As String _
)
Visual C++
public:
void SetValueByQLXTag(
	String^ strQLXTag, 
	String^ strValue
)

Parameters

strQLXTag
Type: System..::.String
The QLX Tag of the BaseField that is to be set
strValue
Type: System..::.String
The field value

Remarks

See Also