Ағылшын тілінде оқу

Бөлісу құралы:


Index

Creates a graphical index that displays a specified index (.hhk) file.

This command can be used with either a compiled help (.chm) file or uncompiled HTML files.

Syntax

<PARAM name="Command" value="Index">
<PARAM name="Item1"   value="<i>.hhk file path</i>">

Properties

  • Command
    Calls the Index command.

  • Item1
    Specifies the index (.hhk) file path.

Example

<OBJECT
   id=MyControl
   type="application/x-oleobject"
   classid="clsid:52a2aaae-085d-4187-97ea-8c30db990436"
   codebase="Hhctrl.ocx#Version=5,02,3790,1194"
   width=100%
   height=100%
>
   <PARAM name="Command" value="Index">
   <PARAM name="Item1" value="c:\Index Files\MyIndex.hhk">
</OBJECT>

About Commands