Check the content of an item for a valid value according to defined flags of the column.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Friend Function CheckItem ( _
	Col As Integer, _
	ByRef szX As String _
) As String

Parameters

Col
Type: System..::..Int32
Column selector. String for selection by caption or Long for selection by index.
szX
Type: System..::..String%
Value which will be checked against the restrictions. If the value should be a numeric one, it will be converted to double and back to string.

Return Value

Error message. Empty if szX suits the restrictions.

Remarks

By using CheckItem, the content of an item can be checked before writing to the item list. CheckItem checks szX according to rules set by flags for given column Col and results in a string containing an error message. If the content szX is correct, CheckItem results in an empty string.

See Also