SDBProgress: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
mNo edit summary
(added description and changed main object description)
Line 2: Line 2:
== CoClass SDBProgress ==
== CoClass SDBProgress ==


Progress bar handling methods.
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 ===
    
    
{{MethodsList  
{{MethodsList  
|[[ISDBProgress::Increase|Increase]] |Method |
|[[ISDBProgress::Increase|Increase]] |Method | Increases value of progress bar by one.
|[[ISDBProgress::MaxValue|MaxValue]] |Property Get/Let |
|[[ISDBProgress::MaxValue|MaxValue]] |Property Get/Let | Contains maximum value of the progress bar.
|[[ISDBProgress::Terminate|Terminate]] |Property Get |
|[[ISDBProgress::Terminate|Terminate]] |Property Get | Returns true when script processing should terminate.
|[[ISDBProgress::Text|Text]] |Property Get/Let |
|[[ISDBProgress::Text|Text]] |Property Get/Let | Contains text shown on the progress bar.
|[[ISDBProgress::Value|Value]] |Property Get/Let |
|[[ISDBProgress::Value|Value]] |Property Get/Let | Contains current value of the progress bar.
}}
}}



Revision as of 19:51, 28 September 2008

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.