July 2002
Intermediate to advanced
736 pages
16h 43m
English
This appendix lists the properties and methods of the Automation objects described in this book. For descriptions of the purpose and use of these properties and methods, follow the cross reference to the indicated reference list or table.
JScript Enumerator allows JScript programs to scan collection objects. See Reference List 3.1 on page 95.
| Properties |
|---|
item
|
AtEnd
|
MoveFirst
|
MoveNext
|
Object REXX COM Extensions permit Object REXX programs to access constants and prototypes in COM type libraries. See Reference List 3.2 on page 101.
| Methods |
|---|
GETCONSTANT
|
GETKNOWNEVENTS
|
GETKNOWNMETHODS
|
GETOUTPARAMETERS
|
Scripting.Dictionary stores and retrieves information in an associative array or symbol table. ...