Class wwImportVcx

This class handles importing data from COM type libraries, Web Services and Visual FoxPro class librariesclasses into a wwHelp object.

These are high level methods that can be used to automate importing of data.

ProgId: wwHelp.wwHelpImportVcx

Class Members

MemberDescription

CreateAssemblyDocumentation

This method can be used to create a new project (or import into an existing one), import an assembly, and generate HTML help and HTML output in a single step.

o.wwhelpimportvcx.CreateAssemblyDocumentation(lcAssembly, lcPath, lcProject, llIncludePrivates, llIncludeInheritedMembers, lnOverride, lnOutputMode)

createhelpzip

Creates a ZIP file from a full help project that has been compiled. Creates the project from the import source (Web Service, COM TypeLib) and then generates a project, compiles it, and zips up the entire result CHM and HTML content.

o.createhelpzip(lcMode,lcDescription,lcScheme,lcClasslib)

importclass

Imports an Visual FoxPro individual class. Pass in a wwHelp object to have the method update this open help builder project.

o.importclass(loHelp, lcClasslib, lcClass)

importclasslib

Imports an entire Visual FoxPro class library into a Help Builder object.

o.importclasslib(loHelp,)

ImportDotNetClass

Imports a DotNet type from an assembly.

o.ImportDotNetClass(loHelp, lcAssembly, lcClass)

importtypelibclass

Imports an individual class from a Type Library into a Help Builder object.

o.importtypelibclass()

importtypelibclasses

Imports all classes from a COM type library into a Help Builder object.

o.importtypelibclasses(loHelp,lcTypeLib)

importwsdl

Imports a Web Service from a WSDL definition into a Help Builder object.

o.importwsdl(loHelp,lcWSDL)

cerrormsg

Error message set when an error occurs.

cLanguage

The language syntax used for .Net imports.

cParentPk

If this value is set any imports will be placed below this topic. If this value is empty the import is performed at the top level of the help file.

lpubliconly

Determines whether protected and hidden members are imported.

lsilent

Determines whether StatusMessage is called to send display messages.

nupdatemode

Determines how a class is updated. 1 - Update only empty snippets, 2 - Rewrite everything, 0 - Don't update existing topics.


© West Wind Techologies, 1996-2023 • Updated: 08/11/15
Comment or report problem with topic