Show the input box form.

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

Syntax

Visual Basic
Public Function ShowForm ( _
	Caption As String _
) As Boolean

Parameters

Caption
Type: System..::..String
Caption of the form.

Return Value

TRUE if the data are valid, FALSE if cancel or close was clicked. The data are not valid in the latter case.

Remarks