TLB Tools Home

TLB to HLP
TLB to HTML
TLB Compare

 

Oberon Type Library Tools

For general information on Oberon Type Library Tools utility, return it its home page.


TLB2HTML

To start this tool, just click Create HTML File... button in the main window. It will bring up the TLB2HTML window:

Type Library - the source type library to generate HTML file for.

HTML File - the HTML file to write the object information to.

Show Hidden Members - check to show members marked as hidden in the type library.

Show Underscored Members - check to show members whose name starts with the underscore "_". By default such members are treated as hidden

Show Restricted Members - check to show members marked as restricted in the type library.

Use Color Coding for Hidden Members and Use Color Coding for Restricted Members - check these buttons to show hidden and restricted members in different color.

Launch Browser on Completion - check to launch default web browser to see the generated HTML file.

The generated HTML file contains classes, modules, types, enumerations and other objects defined in the type library. The usual type library entry generated looks like this:

 

Class Licenses

Properties:

  • Property Count As Long [r/o]
  • Property Item(ByVal Index As Variant) As LicenseInfo [r/o] [default]

Methods:

  • Function Add(ByVal ProgId As String, [ByVal LicenseKey As String = ""]) As String
  • Sub Clear()
  • Sub Remove(ByVal Index As Variant)

Properties are marked with a flag showing their read/write status. Optional parameters of methods and properties are shows in square brackets along with the default value if specified. Items in red represent default method or property of the class.

If you want to see a sample HTML file generated from Visual Basic 6 object model, click here: Visual Basic Object Model.

Click here to return to TLB Tools home page.


[ TLB Tools | Oberon Product Index | Oberon Home Page ]

Copyright © 2002 by Alex Vakulenko. All rights reserved.
This page was last revised on 11/16/02.