[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=Help Info=Encapsulates the HTML Help 1.0 engine. [Property] Name=Sets the name of the component. ARG(string)|2| Parent=Sets a Control that identifies the parent of the Help dialog box. ARG(Control)|20|(empty)|ControlManager Caption=Sets the message to display in the pop-up window. ARG(string)|2| Keyword=Sets the keyword to display Help for. ARG(string)|2| Url=Sets the path and name of the Help file. ARG(string)|2| [Methods] doShowHelp=Displays the contents of the Help file at the specified URL. ARG(Control parent, string url)|1|0 *doShowHelp2=Displays the contents of the Help file found at the specified URL for a specific keyword. ARG(Control parent, string url, string keyword)|1|0 *doShowHelp3=Displays the contents of the Help file found at the specified URL for a specific topic. ARG(Control parent, string url, HelpNavigator navigator)|1|0 *doShowHelp4=Displays the contents of the Help file located at the URL supplied by the user. ARG(Control parent, string url, HelpNavigator command, Object parameter)|1|0 *doShowHelpIndex=Displays the index of the specified Help file. ARG(Control parent, string url)|1|0 *doShowPopup=Displays a Help pop-up window. ARG(Control parent, string caption, Point location)|1|0 *Caption=The message to display in the pop-up window. ARG(string)|4|2 *Keyword=The keyword to display Help for. ARG(string)|4|2 *Location=A value that specifies the horizontal and vertical coordinates at which to display the pop-up window, relative to the upper-left corner of the screen. ARG(Point)|4|0 *Navigator=One of the HelpNavigator values. ARG(HelpNavigator)|4|0 *Parameter=A string that contains the topic identifier. ARG(Object)|4|0 Parent=Defines a Control that identifies the parent of the Help dialog box. ARG(Control)|4|0 *Url=The path and name of the Help file. ARG(string)|4|2