FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormInstance..::..addFormComment Method

Adds the form comment.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool addFormComment(
	string sComment,
	string sCommentCtrlID
)
Public Function addFormComment ( _
	sComment As String, _
	sCommentCtrlID As String _
) As Boolean
public:
bool^ addFormComment(
	String^ sComment, 
	String^ sCommentCtrlID
)

Parameters

sComment
Type: String
The s comment.
sCommentCtrlID
Type: String
The s comment control identifier.

Return Value

true if XXXX, false otherwise.