Wednesday, October 18, 2006

Creatable Objects

The Capture controls , components and OLE server are all creatable (that is they can be instantiated)

The can be drawn on forms (components and controls)

You can use the CreateObject(ProgID)

Dim them (Dim objObject as New ObjectType)

Set them (Set objObject = New ObjectType)

There are only 2 creatable objects in the Capture Repository Object Model, they are the RepServer and RepObject

No comments: