User`s guide
componentinfo
The return value is an array of structures representing all the registry
and type information needed to load and use the component.
When you supply a component name,
major_revision_number and
minor_revision_number are interpreted as shown belo w.
Value Information Returned
> 0
Information on a specific majo r an d minor revisio n
0
Information on the most recent revision.
When om itted,
minor_revision_number is assumed to be
equal to
0.
<0
Information on all version s
Note Although properties and ev ents may appear in the output for
componentinfo, they are not supported by Excel Builder components.
Registry
Information
The information about a component has the fie lds shown in the
following table.
Registry Information Returned by componentinfo
Field Description
Name
Component name
TypeLib
Component type library
LIBID
Component type library GUID
MajorRev
Major version number
MinorRev
Minor version number
FileName
Type library file name and path. Since all Excel Builder
components have the type library bound into the DLL, this
file name is the same as the DLL name and path.
5-3