HotDocs_Online.ComponentCollection Object

A ComponentCollection represents a HotDocs component file, which is a collection of Component objects like variables and dialogs. You can use a ComponentCollection in your host application to read and use information stored in a template's component file.

Interface Information

ProgID: HotDocs_Online.ComponentCollection.10.1
Version Independent ProgID: HotDocs_Online.ComponentCollection
CLSID: {30AB3CAC-9B48-4DF9-9307-81C34B74A782}
_ComponentCollection Interface: IID: {75EC5331-1364-47B2-B03C-7C29BFD90227} default.

Methods

Method Description
Item This method returns a specific Component from the ComponentCollection.
Open This method opens the specified component file and populates the ComponentCollection.

Properties

Property Description
CmpVersion [Read-only] This property returns the version number of the ComponentCollection.
Count [Read-only] This property returns the number of components in the ComponentCollection.
Description [Read-only] This property returns the description of the ComponentCollection.
Title [Read-only] This property returns the title of the ComponentCollection.