All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---TextStream
| o Property AtEndOfLine( | ) As boolean (Read Only) |
Dim EndLine As Boolean EndLine = TestStream.AtEndOfLine
| o Property AtEndOfStream( | ) As boolean (Read Only) |
Dim EndStream As Boolean EndStream = TestStream.AtEndOfStream
| o Sub Close( | ) |
TestStream.Close
| o Func Read( | long | iNumOfChar) As CATBSTR |
Dim ReadString As String Set ReadString = TestStream.Read(50)
| o Func ReadLine( | ) As CATBSTR |
Dim ReadString As String Set ReadString = TestStream.ReadLine
| o Sub Write( | CATBSTR | iWrittenString) |
TestStream.Write("This is a test")
Copyright © 2003, Dassault Systèmes. All rights reserved.