COM/OLE Functions

 

 

Function list

By type

Alphabetically

 

 

CreateObject( progId, location)

Creates and returns a reference to a COM/OLE object.

DialogObject( dialog-handle, control-name, request-code, event-name/image-file, event-id )

Interacts with COM controls in a dialog callback procedure.

GetObject( moniker, progId)

Pseudonym for ObjectGet. Returns a reference to an object provided by a COM/OLE component.

ObjectAccess(app.objname)

Opens or creates a COM/OLE Automation object.

ObjectCollectionClose( enumeration-handle )

Ends enumeration of a COM/OLE collection object.

ObjectCollectionNext( enumeration-handle )

Continues enumeration of a COM/OLE collection object.

ObjectCollectionOpen( objecthandle )

Initializes enumeration of a COM/OLE collection object.

ObjectConstantsGet( object )

Creates a Constants object.

ObjectConstToArray( constants )

Creates an array of Constants object names and values.

ObjectClose( objecthandle )

Closes COM/OLE automation object.

ObjectCreate ( progId, location)

Creates and returns a reference to a COM/OLE object.

ObjectEventAdd( object-reference, event-name, udf-name )

Associates a user-defined function or subroutine with a COM object event.

ObjectEventRemove( object-reference, event-name )

Cancels the association between a user-defined function or subroutine and a COM object event.

ObjectGet( moniker, progId)

Returns a reference to an object provided by a COM/OLE component.

ObjectOpen( objectname )

Opens or creates a COM/OLE automation object.

ObjectType( variant-type, value)

Creates a WIL variable with a specific COM/OLE variant type.

ObjectTypeGet( variable-name)

Gets the COM/OLE variant type of a WIL variable.