Public Member Functions | |
| HRESULT | Trace ([in] BSTR bsText) |
| HRESULT | Alert ([in] BSTR bsText) |
| HRESULT | Fatal ([in] BSTR bsText) |
| HRESULT | Error ([in] BSTR bsText) |
| HRESULT | Warning ([in] BSTR bsText) |
| HRESULT | Info ([in] BSTR bsText) |
| HRESULT | CreateDO ([in] BSTR idName,[out, retval] VARIANT *pVal) |
| HRESULT | CloneDO ([in] VARIANT vDO,[out, retval] VARIANT *pVal) |
| HRESULT | ThisName ([out, retval] BSTR *pVal) |
| HRESULT | ThisOwner ([out, retval] BSTR *pVal) |
| HRESULT | GetMainDir ([out, retval] BSTR *pVal) |
| HRESULT | SetBusyCursor ([in] RtBOOL bBusy) |
|
|
Basic console output (suitable for script debug purposes).
|
|
|
Basic aler message box output.
|
|
|
Fatal error reporting (will terminate the tS as well, so use only in special occations).
|
|
|
Non-fatal error reporting (error box and logfile entry).
|
|
|
Warning reporting (logfile entry only, no msg box).
|
|
|
Info message reporting (logfile entry only, no msg box).
|
|
||||||||||||
|
Create new data object instance of given type.
|
|
||||||||||||
|
Clone existing data object instance.
|
|
|
Returns full name of the caller object (suitable for script objects e.g. to access some subobjects of itself).
|
|
|
Returns full name of the caller owner object (suitable for script objects e.g. to access some neighbour objects).
|
|
|
Returns main application directory (full disk path).
|
|
|
Set or reset busy mouse cursor (suitable e.g. for heavy computation cases). |
1.3.2