RealCode API
AutoLoop Property
RealCode APIWBI.CommonBlocksBaseScriptingTemplateAutoLoop
Set to false in a RealCode Class constructor to perform your own looping (or no looping at all)
Declaration Syntax
Visual Basic
Protected Property AutoLoop As Boolean
Remarks
This can only be used on the Class tab for a RealCode class and only in the constructor
Examples
Example:
CopyVB.NET
sub new
    AutoLoop = false
 end sub

Assembly: WBI.CommonBlocks (Module: WBI.CommonBlocks) Version: 1.0.25.0 (1.0.0.0)