Oleobjects Collection; Object Properties; Object Methods - Teklynx Discover ActiveX Programmer's Manual

Table of Contents

Advertisement

Chapter 2 -- 104

OLEObjects Collection

Properties
Application
Count
Parent
Object
Properties
Object
Methods
" " " " OLEObjects.Count
Returns the number of items in the specified collection.
Access
Read-Only.
Type
VT_I2 or Integer.
" " " " OLEObjects.Application
This property returns the Application object that represents the
root object of the hierarchy.
Access
Read-Only.
Type
VT_DISPATCH or Application object.
" " " " OLEObjects.Parent
Returns the parent object of the specified object.
Access
Read-Only.
Type
VT_DISPATCH.
" " " " OLEObjects.Add
VTS_DISPATCH or OLEObject
Adds a new OLEObject object to the collection.
Return value: Returns a OLEObject object.
Parameters:
strOLEObjectName
of the object to add.
Methods
Add
Item (Default)
Add( strOLEObjectName ).
Required VT_BSTR or String. The name
Programmer's Guide

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents