home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
wd97automa.tcl
< prev
next >
Wrap
Text File
|
1997-07-18
|
664b
|
26 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1997
#
# File: @(#)wd97automa.tcl /main/titanic/1
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)wd97automa.tcl /main/titanic/1 18 Jul 1997 Copyright 1997 Cayenne Software Inc.
Class Wd97AutomationObject : {OleAutoObject} {
constructor
method destructor
}
constructor Wd97AutomationObject {class this} {
set this [OleAutoObject::constructor $class $this Word.Application]
return $this
}
method Wd97AutomationObject::destructor {this} {
}