Public Member Functions | |
HRESULT | MsgBox ([in] tcomIFrame *pParentFrame,[in] long type,[in] BSTR message,[in] BSTR detail,[out, retval] VARIANT *pvaItem) |
Message Box. | |
Properties | |
BSTR | Version [get] |
Return actual Tahiti version. | |
IDispatch | Domains [get] |
Return collection of all available domains. | |
IDispatch | Components [get] |
Return collection of all shared components. | |
IDispatch | Configuration [get] |
Return shared configuration object. | |
IDispatch | LoginDialog [get] |
Return login dialog. |
This object can be directly created as a COM object and provides access to the running Tahiti.
set tahiti=CreateObject("LightComp.Tahiti")
HRESULT MsgBox | ( | [in] tcomIFrame * | pParentFrame, | |
[in] long | type, | |||
[in] BSTR | message, | |||
[in] BSTR | detail, | |||
[out, retval] VARIANT * | pvaItem | |||
) |
Message Box.
Function display message box. This is simple modal dialog used to notify user about event or allows to ask question.
pParentFrame | Parent frame. Parametr can be null. | |
type | Dialog type
| |
message | Message to be display | |
detail | Optional string to display more information. This field is usually used to display technical details. |
pvaItem | Return integer representing result
|
IDispatch Components [get] |
Return collection of all shared components.
It is possible to iterate over returned object and browse all shared components. Returned object is tcomISharedComponents.
IDispatch Configuration [get] |
Return shared configuration object.
IDispatch Domains [get] |
Return collection of all available domains.
It is possible to iterate over returned object and browse all domains. Returned object is tcomIDomains.
IDispatch LoginDialog [get] |
BSTR Version [get] |
Return actual Tahiti version.