[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Sequenced counter Tab=Logic [Property] @Min=Sets a minimal value of the counter. ARG(number)|1|0 @Max=Sets a maximal value of the counter. ARG(number)|1|100 @Step=Sets a value of the step. ARG(number)|1|1 Type=Type of the counter. ARG(enum)|4|0|Incremental,Decremental Bits=Sets the bit counter. ARG(enum)|4|0|Int32,Int64 [Methods] doNext=Sets the next value of the counter. ARG()|1|0 doPrev=Sets the previous value of the counter. ARG()|1|0 doReset=Resets the counter. ARG()|1|0 *doValue=Sets the value of the counter. ARG(number value)|1|0 onNext=Occur after changing value of the counter. ARG(number)|2|0 *onThroughMax=Occurs after crossing the top limit of the range. ARG(number)|2|0 *onThroughMin=Occurs after crossing the bottom limit of the range. ARG(number)|2|0 Count=Returns the value of the counter. ARG(number)|3|0 Min=Defines a minimal value of the counter by doMin method. ARG(number)|4|0 Max=Defines a maximal value of the counter by doMax method. ARG(number)|4|0 Step=Defines a value of the step. ARG(number)|4|0