Add an input item to the form
Add input items before showing the form via ShowForm.

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

Syntax

Visual Basic
Public Sub Add ( _
	Title As String, _
	Flags As FWintern..::..VariableFlags, _
	Defaul As String, _
	Units As String, _
	Min As Double, _
	Max As Double _
)

Parameters

Title
Type: System..::..String
Title of the item.
Flags
Type: ExpSuite..::..FWintern..::..VariableFlags
Flags for the item, see VariableFlags for the possible values. ElectrodeR/L are not supported.
Defaul
Type: System..::..String
Default value (String) showed at the begin in the input box.
Units
Type: System..::..String
Units of the item, it will be shown at the right of the input box.
Min
Type: System..::..Double
Minimum value for numerical values.
Max
Type: System..::..Double
Maximum value for numerical values.

Remarks