Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TMtxProgressRuntime(tObject *aOwner); | Create a new runtime with default settings. |
| 2 | TMtxProgressRuntime(); |
Overload 1: TMtxProgressRuntime(tObject *aOwner);
Create a new runtime with default settings.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aOwner | tObject * |
Remarks:
Default priority is Normal. TMtxProgressRuntime::InternalLoop is true, TMtxProgressRuntime::InfiniteLoop is false, and TMtxProgressRuntime::Loops defaults to 1 (Min=0, Max=0).
Declared in Dew::Math::TMtxProgressRuntime · Dew.Math/MtxForLoop.h · Cross-compiler
Overload 2: TMtxProgressRuntime();
Declared in Dew::Math::TMtxProgressRuntime · Dew.Math/MtxForLoop.h · Cross-compiler