EasyManua.ls Logo

Teklynx Discover ActiveX - Page 109

Teklynx Discover ActiveX
165 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Chapter 2 -- 101
Reference Guide
"
""
" Text. InsertString
VTS_NONE InsertString ( strString, longPosition, fntFont ).
Inserts a string at the position longPosition.
Parameters:
strString Required VT_BSTR or String
. String to insert.
longPosition OptionalVT_I4orLong
. Position to insert string.
fntFont Optional VT_FONT or StdFont
. Font associated with
the string.
"
""
" Text. InsertTextObject
VTS_NONE InsertTextObject ( objectText, longPosition ).
Inserts a Text
object at the position longPosition.
Parameters:
objectText Requir ed VT_DISPATCH or Text
object. Text to
insert.
longPosition OptionalVT_I4orLong
. Position to insert Text
object.
"
""
" Text. InsertVariable
VTS_NONE InsertVariable ( objectVariable, longPosition,
fntFont ).
Inserts a Variable
object at the position longPosition.
Parameters:
objectVariable Required VT_DISPATCH or Variable
object.
Variable
to insert.
longPosition OptionalVT_I4orLong
. Position to insert
Variable
object.
fntFont Optional VT_FONT or StdFont
. Font associated
with the Variable
object.

Table of Contents