tcomIDocumentIOComponent Interface Reference

Shared Input/Output Component. More...

List of all members.

Public Member Functions

HRESULT CreateDocument ([in] long parentWnd,[out, retval] IDispatch **ppDocument)
 Create new document.


Detailed Description

Shared Input/Output Component.

Component allows to import external data to the Tahiti. There is example how-to access this interface:

 set tahiti=CreateObject("LightComp.Tahiti")
 set comp = tahiti.components.item("DocumentIO")
 set docIO = comp.getInterface()

Member Function Documentation

HRESULT CreateDocument ( [in] long  parentWnd,
[out, retval] IDispatch **  ppDocument 
)

Create new document.

Parameters:
parentWnd Parent window handle (HWND)
Return values:
ppDocument Return newly created document. Return error if creation failed. Return E_ABORT if canceled.


Generated on Thu Aug 27 12:37:14 2009 for Tahiti COM API