The Portrate Interview Engine

InterviewControl.HasNext Property

Returns TRUE if the current component has a 'next' form context, and FALSE if not.

[Visual Basic]
Public Property ReadOnly HasNext As Boolean
[C#]
public bool HasNext { get; }
[C++]
public: __property bool get_HasNext();
[JScript]
public function get HasNext() : bool

See Also

InterviewControl Class | Portrate.Interview Namespace