The Portrate Interview Engine

InterviewControl.CheckKnockouts Method 

Runs the knockout rules associated with the current form.

[Visual Basic]
Public Function CheckKnockouts() As Boolean
[C#]
public bool CheckKnockouts();
[C++]
public: bool CheckKnockouts();
[JScript]
public function CheckKnockouts(): bool;

Return Value

TRUE if any knockout rules are triggered, and FALSE if not.

See Also

InterviewControl Class | Portrate.Interview Namespace