SDBProgress: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
(added description and changed main object description)
(→‎CoClass SDBProgress: Removed parentheses.)
 
Line 2: Line 2:
== CoClass SDBProgress ==
== CoClass SDBProgress ==


Object represents one instance of progress bar in main MediaMonkey window. New instance is acquired by calling [[ISDBApplication::Progress|SDB.Progress()]] method.
Object represents one instance of progress bar in main MediaMonkey window. New instance is acquired by calling [[ISDBApplication::Progress|SDB.Progress]] method.


=== ISDBProgress members ===
=== ISDBProgress members ===

Latest revision as of 19:00, 20 April 2013

CoClass SDBProgress

Object represents one instance of progress bar in main MediaMonkey window. New instance is acquired by calling SDB.Progress method.

ISDBProgress members

Name Type Description
Increase Method Increases value of progress bar by one.
MaxValue Property Get/Let Contains maximum value of the progress bar.
Terminate Property Get Returns true when script processing should terminate.
Text Property Get/Let Contains text shown on the progress bar.
Value Property Get/Let Contains current value of the progress bar.