vcProcessWhileStatement

While statement executes Scope in a loop as long as Condition evaluates to True.

Inherits: vcStatement

Properties

Name Type Access Description
Condition Expression (boolean) RW

Condition expression to evaluate on each loop iteration.

See also Process Statement Expressions.
Scope vcScope R Scope to keep executing while Condition evaluates to True.