home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Install / System32 / VCLIE90.XML < prev    next >
Encoding:
Extensible Markup Language  |  2004-10-22  |  68.5 KB  |  1,075 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <doc>
  3.    <assembly>vclie</assembly>
  4.    <members>
  5.       <member name="T:SHDocVw.TWebBrowser">
  6.          <summary>
  7.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  8.                
  9.                <class namespace="SHDocVw">TWebBrowser</class> provides access to the Web browser functionality of Microsoft's Shell Doc Object and Control Library (SHDOCVW.DLL).</para>
  10.          </summary>
  11.          <comments>
  12.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  13.                
  14.                <class namespace="SHDocVw">TWebBrowser</class> wraps the IWebBrowser2 interface from Microsoft's Shell Doc Object and Control Library (SHDOCVW.DLL) to allow you to create a customized Web browsing application or to add Internet, file and network browsing, document viewing, and data downloading capabilities to your applications.</para>
  15.             <note xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  16.                
  17.                <para>Because <class namespace="SHDocVw">TWebBrowser</class> wraps the SHDOCVW.DLL, you must have SHDOCVW.DLL installed to use this component. This DLL ships with Internet Explorer 4 and later.</para>
  18.             
  19.             </note>
  20.          </comments>
  21.       </member>
  22.       <member name="M:SHDocVw.SHDocVw.GetProperty">
  23.          <summary>
  24.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Not used in <method namespace="SHDocVw" class="TWebBrowser">TWebBrowser</method>.</para>
  25.          </summary>
  26.          <comments>
  27.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Do not use this method. It is included in the <method namespace="SHDocVw" class="TWebBrowser">TWebBrowser</method> interface because the IWebBrowser2 interface is shared with Internet Explorer. Internet Explorer uses <method namespace="SHDocVw" class="TWebBrowser">GetProperty</method> to return a property value.</para>
  28.          </comments>
  29.       </member>
  30.       <member name="M:SHDocVw.SHDocVw.QueryStatusWB">
  31.          <summary>
  32.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Returns information about what commands the Web browser supports.</para>
  33.          </summary>
  34.          <comments>
  35.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Use <method namespace="SHDocVw" class="TWebBrowser">QueryStatusWB</method> to determine what commands can be executed using the ExecWB method. <method namespace="SHDocVw" class="TWebBrowser">QueryStatusWB</method> uses the QueryStatus method of the IOleCommandTarget interface to obtain information about the status of commands. For more information, see the Microsoft documentation of IOleCommandTarget.</para>
  36.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">cmdID specifies the command about which you want information.</para>
  37.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  38.                      
  39.                <method namespace="SHDocVw" class="TWebBrowser">QueryStatusWB</method> returns a value made by adding together flags that indicate the status of the command.</para>
  40.          </comments>
  41.       </member>
  42.       <member name="M:SHDocVw.SHDocVw.GoBack">
  43.          <summary>
  44.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Navigates to the previous item in the history list.</para>
  45.          </summary>
  46.          <comments>
  47.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Call <method namespace="SHDocVw" class="TWebBrowser">GoBack</method> to return to the last document in the history list. <method namespace="SHDocVw" class="TWebBrowser">GoBack</method> has no effect unless the history list contains additional documents. </para>
  48.             <note xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  49.                      
  50.                <para>The Navigate or Navigate2 command can change the history list, depending on the specified flags.</para>
  51.                   
  52.             </note>
  53.          </comments>
  54.       </member>
  55.       <member name="M:SHDocVw.SHDocVw.GoForward">
  56.          <summary>
  57.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Navigates to the next item in the history list.</para>
  58.          </summary>
  59.          <comments>
  60.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Call <method namespace="SHDocVw" class="TWebBrowser">GoForward</method> to return to the next document in the history list. <method namespace="SHDocVw" class="TWebBrowser">GoForward</method> reverses the effect of the last GoBack command.</para>
  61.          </comments>
  62.       </member>
  63.       <member name="M:SHDocVw.SHDocVw.GoHome">
  64.          <summary>
  65.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Navigates to the current start page.</para>
  66.          </summary>
  67.          <comments>
  68.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Call <method namespace="SHDocVw" class="TWebBrowser">GoHome</method> to navigate to the registered home or start page. The URL for this page is specified in the Registry at</para>
  69.             <codeBlock xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main</codeBlock>
  70.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">under the name Startpage. You can change this value using the TRegistry or TRegistryIniFile object, or using Navigation tab of the Internet Explorer's Options dialog.</para>
  71.          </comments>
  72.       </member>
  73.       <member name="M:SHDocVw.SHDocVw.GoSearch">
  74.          <summary>
  75.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Navigates to the current search page.</para>
  76.          </summary>
  77.          <comments>
  78.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Call <method namespace="SHDocVw" class="TWebBrowser">GoSearch</method> to navigate to the registered search page. The URL for this page is specified in the Registry at</para>
  79.             <codeBlock xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main</codeBlock>
  80.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">under the name SearchPage. You can change this value using the TRegistry or TRegistryIniFile object, or using Navigation tab of the Internet Explorer's Options dialog.</para>
  81.          </comments>
  82.       </member>
  83.       <member name="M:SHDocVw.SHDocVw.Navigate">
  84.          <summary>
  85.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  86.                      
  87.                <method namespace="SHDocVw" class="TWebBrowser">Navigate</method>s to a resource identified by a path name or URL.</para>
  88.          </summary>
  89.          <comments>
  90.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Use <method namespace="SHDocVw" class="TWebBrowser">Navigate</method> to locate and download a specific resource. <method namespace="SHDocVw" class="TWebBrowser">Navigate</method> can send an HTTP message to a specified URL and display the results or simply display the results of a specified file.</para>
  91.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">URL specifies the UNC path name of a file or the Uniform Resource Locator of an Internet resource that the Web browser should display.</para>
  92.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Flags is a set of values that specify whether to add the resource to the history list, whether to read from or write to the cache, and whether to display the resource in a new window. It can be a sum of zero or more of the following:</para>
  93.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">ConstantValueMeaning </para>
  94.             <table xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  95.                      
  96.                <tr>
  97.                         
  98.                   <th>Constant</th>
  99.                         
  100.                   <th>Value</th>
  101.                         
  102.                   <th>Meaning </th>
  103.                      
  104.                </tr>
  105.                      
  106.                <tr>
  107.                         
  108.                   <td>
  109.                            
  110.                      <para>navOpenInNewWindow</para>
  111.                         
  112.                   </td>
  113.                         
  114.                   <td>
  115.                            
  116.                      <para>1</para>
  117.                         
  118.                   </td>
  119.                         
  120.                   <td>
  121.                            
  122.                      <para>Open the resource or file in a new window.</para>
  123.                         
  124.                   </td>
  125.                      
  126.                </tr>
  127.                      
  128.                <tr>
  129.                         
  130.                   <td>
  131.                            
  132.                      <para>navNoHistory</para>
  133.                         
  134.                   </td>
  135.                         
  136.                   <td>
  137.                            
  138.                      <para>2</para>
  139.                         
  140.                   </td>
  141.                         
  142.                   <td>
  143.                            
  144.                      <para>Do not add the resource or file to the history list. The new page replaces the current page in the list.</para>
  145.                         
  146.                   </td>
  147.                      
  148.                </tr>
  149.                      
  150.                <tr>
  151.                         
  152.                   <td>
  153.                            
  154.                      <para>navNoReadFromCache</para>
  155.                         
  156.                   </td>
  157.                         
  158.                   <td>
  159.                            
  160.                      <para>4</para>
  161.                         
  162.                   </td>
  163.                         
  164.                   <td>
  165.                            
  166.                      <para>Do not read from the disk cache for this navigation.</para>
  167.                         
  168.                   </td>
  169.                      
  170.                </tr>
  171.                      
  172.                <tr>
  173.                         
  174.                   <td>
  175.                            
  176.                      <para>navNoWriteToCache</para>
  177.                         
  178.                   </td>
  179.                         
  180.                   <td>
  181.                            
  182.                      <para>8</para>
  183.                         
  184.                   </td>
  185.                         
  186.                   <td>
  187.                            
  188.                      <para>Do not write the results of this navigation to the disk cache.</para>
  189.                         
  190.                   </td>
  191.                      
  192.                </tr>
  193.                      
  194.                <tr>
  195.                         
  196.                   <td>
  197.                            
  198.                      <para>navAllowAutosearch</para>
  199.                         
  200.                   </td>
  201.                         
  202.                   <td>
  203.                            
  204.                      <para>16</para>
  205.                         
  206.                   </td>
  207.                         
  208.                   <td>
  209.                            
  210.                      <para>If the navigation fails, the Web browser attempts to navigate common root domains (.com, .edu, and so on). If this still fails, the URL is passed to a search engine.</para>
  211.                         
  212.                   </td>
  213.                      
  214.                </tr>
  215.                   
  216.             </table>
  217.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">TargetFrameName is the name of the frame in which the resource will be displayed, or NULL if the resource should not be displayed in a named frame.</para>
  218.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">PostData contains the data sent to the server when using <method namespace="SHDocVw" class="TWebBrowser">Navigate</method> to generate an HTTP POST message. If PostData is NULL, <method namespace="SHDocVw" class="TWebBrowser">Navigate</method> generates an HTTP GET message. PostData is ignored if URL does not specify an HTTP URL.</para>
  219.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Headers contains any headers sent to the servers when the URL represents an HTTP URL. HTTP headers specify such things as the intended action required of the server, the type of data, and so on. (See TWebRequest object, whose properties represent many of the more common headers).</para>
  220.             <note xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  221.                      
  222.                <para>To navigate to a location that can't be expressed as an URL (for example, to an item identifier list), use the <method namespace="SHDocVw" class="TWebBrowser">Navigate</method>2 method instead.</para>
  223.                   
  224.             </note>
  225.          </comments>
  226.       </member>
  227.       <member name="M:SHDocVw.SHDocVw.Refresh">
  228.          <summary>
  229.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Reloads the current document.</para>
  230.          </summary>
  231.          <comments>
  232.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Call <method namespace="SHDocVw" class="TWebBrowser">Refresh</method> to reload the current document. This is useful when the Web browser is displaying the resource at an URL that may have changed. </para>
  233.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  234.                      
  235.                <method namespace="SHDocVw" class="TWebBrowser">Refresh</method> always sends a pragma:nocache header, telling the server not to return a cached copy. This can cause problems with some servers. To prevent the pragma:nocache header, or to refresh only expired pages, use the <method namespace="SHDocVw" class="TWebBrowser">Refresh</method>2 method instead.</para>
  236.          </comments>
  237.       </member>
  238.       <member name="M:SHDocVw.SHDocVw.Refresh2">
  239.          <summary>
  240.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Reloads the current document if necessary.</para>
  241.          </summary>
  242.          <comments>
  243.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Call <method namespace="SHDocVw" class="TWebBrowser">Refresh2</method> to reload the current document. Unlike the Refresh method, <method namespace="SHDocVw" class="TWebBrowser">Refresh2</method> lets you specify what level of refresh to perform.</para>
  244.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Level indicates what type of information is refreshed. The following table lists the possible values:</para>
  245.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">ConstantValueMeaning</para>
  246.             <table xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  247.                      
  248.                <tr>
  249.                         
  250.                   <th>Constant</th>
  251.                         
  252.                   <th>Value</th>
  253.                         
  254.                   <th>Meaning</th>
  255.                      
  256.                </tr>
  257.                      
  258.                <tr>
  259.                         
  260.                   <td>
  261.                            
  262.                      <para>REFRESH_NORMAL</para>
  263.                         
  264.                   </td>
  265.                         
  266.                   <td>
  267.                            
  268.                      <para>0</para>
  269.                         
  270.                   </td>
  271.                         
  272.                   <td>
  273.                            
  274.                      <para>Perform a lightweight refresh that does not include the pragma:nocache header. The pragma:nocache header tells the server not to return a cached copy. This can cause problems with some servers. </para>
  275.                         
  276.                   </td>
  277.                      
  278.                </tr>
  279.                      
  280.                <tr>
  281.                         
  282.                   <td>
  283.                            
  284.                      <para>REFRESH_IFEXPIRED</para>
  285.                         
  286.                   </td>
  287.                         
  288.                   <td>
  289.                            
  290.                      <para>1</para>
  291.                         
  292.                   </td>
  293.                         
  294.                   <td>
  295.                            
  296.                      <para>Only refresh if the page has expired. Do not include the pragma:nocache header.</para>
  297.                         
  298.                   </td>
  299.                      
  300.                </tr>
  301.                      
  302.                <tr>
  303.                         
  304.                   <td>
  305.                            
  306.                      <para>REFRESH_CONTINUE</para>
  307.                         
  308.                   </td>
  309.                         
  310.                   <td>
  311.                            
  312.                      <para>2</para>
  313.                         
  314.                   </td>
  315.                         
  316.                   <td>
  317.                            
  318.                      <para>For internal use only.</para>
  319.                         
  320.                   </td>
  321.                      
  322.                </tr>
  323.                      
  324.                <tr>
  325.                         
  326.                   <td>
  327.                            
  328.                      <para>REFRESH_COMPLETELY</para>
  329.                         
  330.                   </td>
  331.                         
  332.                   <td>
  333.                            
  334.                      <para>3</para>
  335.                         
  336.                   </td>
  337.                         
  338.                   <td>
  339.                            
  340.                      <para>Perform a full refresh, including the pragma:nocache header. Using this option is the same as calling the Refresh method.</para>
  341.                         
  342.                   </td>
  343.                      
  344.                </tr>
  345.                   
  346.             </table>
  347.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">When Level is omitted, a value of REFRESH_COMPLETELY is assumed.</para>
  348.          </comments>
  349.       </member>
  350.       <member name="M:SHDocVw.SHDocVw.Stop">
  351.          <summary>
  352.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  353.                      
  354.                <method namespace="SHDocVw" class="TWebBrowser">Stop</method>s the current operation.</para>
  355.          </summary>
  356.          <comments>
  357.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  358.                      
  359.                <method namespace="SHDocVw" class="TWebBrowser">Stop</method> cancels any pending navigation or download operation and terminates any dynamic page elements, such as background sounds and animations. </para>
  360.          </comments>
  361.       </member>
  362.       <member name="M:SHDocVw.SHDocVw.Quit">
  363.          <summary>
  364.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Not used in <method namespace="SHDocVw" class="TWebBrowser">TWebBrowser</method>.</para>
  365.          </summary>
  366.          <comments>
  367.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Do not use this method. It is included in the <method namespace="SHDocVw" class="TWebBrowser">TWebBrowser</method> interface because the IWebBrowser2 interface is shared with Internet Explorer. Internet Explorer responds to <method namespace="SHDocVw" class="TWebBrowser">Quit</method> by shutting down.</para>
  368.          </comments>
  369.       </member>
  370.       <member name="M:SHDocVw.SHDocVw.ClientToWindow">
  371.          <summary>
  372.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Not used in <method namespace="SHDocVw" class="TWebBrowser">TWebBrowser</method>.</para>
  373.          </summary>
  374.          <comments>
  375.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Do not use this method. It is included in the <method namespace="SHDocVw" class="TWebBrowser">TWebBrowser</method> interface because the IWebBrowser2 interface is shared with Internet Explorer. Internet Explorer uses <method namespace="SHDocVw" class="TWebBrowser">ClientToWindow</method> to convert between client coordinates and window coordinates.</para>
  376.          </comments>
  377.       </member>
  378.       <member name="M:SHDocVw.SHDocVw.PutProperty">
  379.          <summary>
  380.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Not used in <method namespace="SHDocVw" class="TWebBrowser">TWebBrowser</method>.</para>
  381.          </summary>
  382.          <comments>
  383.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Do not use this method. It is included in the <method namespace="SHDocVw" class="TWebBrowser">TWebBrowser</method> interface because the IWebBrowser2 interface is shared with Internet Explorer. Internet Explorer uses <method namespace="SHDocVw" class="TWebBrowser">PutProperty</method> to set a property value.</para>
  384.          </comments>
  385.       </member>
  386.       <member name="M:SHDocVw.SHDocVw.Navigate2">
  387.          <summary>
  388.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Navigates to a specified resource.</para>
  389.          </summary>
  390.          <comments>
  391.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Use <method namespace="SHDocVw" class="TWebBrowser">Navigate2</method> to locate and download a specific resource. Navigate can send an HTTP message to a specified URL and display the results, display the results of a specified file, or navigate to a resource that can't be expressed as an URL such as an item identifier list.</para>
  392.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">URL specifies the UNC path name of a file, the Uniform Resource Locator of an Internet resource, or a pointer to an item identifier list (PIDL).</para>
  393.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Flags is a set of values that specify whether to add the resource to the history list, whether to read from or write to the cache, and whether to display the resource in a new window. It can be a sum of zero or more of the following:</para>
  394.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">ConstantValueMeaning </para>
  395.             <table xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  396.                      
  397.                <tr>
  398.                         
  399.                   <th>Constant</th>
  400.                         
  401.                   <th>Value</th>
  402.                         
  403.                   <th>Meaning </th>
  404.                      
  405.                </tr>
  406.                      
  407.                <tr>
  408.                         
  409.                   <td>
  410.                            
  411.                      <para>navOpenInNewWindow</para>
  412.                         
  413.                   </td>
  414.                         
  415.                   <td>
  416.                            
  417.                      <para>1</para>
  418.                         
  419.                   </td>
  420.                         
  421.                   <td>
  422.                            
  423.                      <para>Open the resource or file in a new window.</para>
  424.                         
  425.                   </td>
  426.                      
  427.                </tr>
  428.                      
  429.                <tr>
  430.                         
  431.                   <td>
  432.                            
  433.                      <para>navNoHistory</para>
  434.                         
  435.                   </td>
  436.                         
  437.                   <td>
  438.                            
  439.                      <para>2</para>
  440.                         
  441.                   </td>
  442.                         
  443.                   <td>
  444.                            
  445.                      <para>Do not add the resource or file to the history list. The new page replaces the current page in the list.</para>
  446.                         
  447.                   </td>
  448.                      
  449.                </tr>
  450.                      
  451.                <tr>
  452.                         
  453.                   <td>
  454.                            
  455.                      <para>navNoReadFromCache</para>
  456.                         
  457.                   </td>
  458.                         
  459.                   <td>
  460.                            
  461.                      <para>4</para>
  462.                         
  463.                   </td>
  464.                         
  465.                   <td>
  466.                            
  467.                      <para>Do not read from the disk cache for this navigation.</para>
  468.                         
  469.                   </td>
  470.                      
  471.                </tr>
  472.                      
  473.                <tr>
  474.                         
  475.                   <td>
  476.                            
  477.                      <para>navNoWriteToCache</para>
  478.                         
  479.                   </td>
  480.                         
  481.                   <td>
  482.                            
  483.                      <para>8</para>
  484.                         
  485.                   </td>
  486.                         
  487.                   <td>
  488.                            
  489.                      <para>Do not write the results of this navigation to the disk cache.</para>
  490.                         
  491.                   </td>
  492.                      
  493.                </tr>
  494.                      
  495.                <tr>
  496.                         
  497.                   <td>
  498.                            
  499.                      <para>navAllowAutosearch</para>
  500.                         
  501.                   </td>
  502.                         
  503.                   <td>
  504.                            
  505.                      <para>16</para>
  506.                         
  507.                   </td>
  508.                         
  509.                   <td>
  510.                            
  511.                      <para>If the navigation fails, the Web browser attempts to navigate common root domains (.com, .edu, and so on). If this still fails, the URL is passed to a search engine.</para>
  512.                         
  513.                   </td>
  514.                      
  515.                </tr>
  516.                   
  517.             </table>
  518.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">TargetFrameName is the name of the frame in which the resource will be displayed, or NULL if the resource should not be displayed in a named frame.</para>
  519.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">PostData contains the data sent to the server when using Navigate to generate an HTTP POST message. If PostData is NULL, Navigate generates an HTTP GET message. PostData is ignored if URL does not specify an HTTP URL.</para>
  520.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Headers contains any headers sent to the servers when the URL represents an HTTP URL. HTTP headers specify such things as the intended action required of the server, the type of data, and so on. (See TWebRequest object, whose properties represent many of the more common headers).</para>
  521.          </comments>
  522.       </member>
  523.       <member name="M:SHDocVw.SHDocVw.ExecWB">
  524.          <summary>
  525.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Executes a command.</para>
  526.          </summary>
  527.          <comments>
  528.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  529.                      
  530.                <method namespace="SHDocVw" class="TWebBrowser">ExecWB</method> lets you use the IOleCommandTarget interface to pass a command to the Web browser control. For more information, see the Microsoft documentation of IOleCommandTarget.</para>
  531.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">cmdID specifies the command to execute. The Web Browser does not support all of the commands for which Microsoft providesconstants. Use the QueryStatusWB method to determine what commands can be used.</para>
  532.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">cmdexecopt modifies how the command is executed.</para>
  533.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">pvaIn specifies a Variant array that contains any input arguments. This value can be omitted if there are not input arguments.</para>
  534.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">pvaOutspecifies a Variant that receives the results of the command, if any. This value can be omitted if there are no results.</para>
  535.          </comments>
  536.       </member>
  537.       <member name="M:SHDocVw.SHDocVw.ShowBrowserBar">
  538.          <summary>
  539.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Not used in <method namespace="SHDocVw" class="TWebBrowser">TWebBrowser</method>
  540.                   
  541.             </para>
  542.          </summary>
  543.          <comments>
  544.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Do not use this method. It is included in the <method namespace="SHDocVw" class="TWebBrowser">TWebBrowser</method> interface because the IWebBrowser2 interface is shared with Internet Explorer. Internet Explorer uses <method namespace="SHDocVw" class="TWebBrowser">ShowBrowserBar</method> to show or hide a specified browser bar.</para>
  545.          </comments>
  546.       </member>
  547.       <member name="P:SHDocVw.SHDocVw.ControlInterface">
  548.          <summary>
  549.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Provides access to the interface for this Web browser component.</para>
  550.          </summary>
  551.          <comments>
  552.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Use <property namespace="SHDocVw" class="TWebBrowser">ControlInterface</property> to access the interface for the WebBrowser component. This interface lets an Automation controller access the properties, methods, and events of the Web browser.</para>
  553.          </comments>
  554.       </member>
  555.       <member name="P:SHDocVw.SHDocVw.DefaultInterface">
  556.          <summary>
  557.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Provides access to the default interface for the component.</para>
  558.          </summary>
  559.          <comments>
  560.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Use <property namespace="SHDocVw" class="TWebBrowser">DefaultInterface</property> to access the default interface for the component. As implemented in <property namespace="SHDocVw" class="TWebBrowser">TWebBrowser</property>, this is the same as the ControlInterface property.</para>
  561.          </comments>
  562.       </member>
  563.       <member name="P:SHDocVw.SHDocVw.Application">
  564.          <summary>
  565.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Provides access to the Automation interface for the application that contains the WebBrowser control, or, if that is unavailable, the interface for the WebBrowser control.</para>
  566.          </summary>
  567.          <comments>
  568.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Use <property namespace="SHDocVw" class="TWebBrowser">Application</property> to access the interface for the application containing the WebBrowser control. If the application does not have an Automation interface, or if the interface is not accessible, <property namespace="SHDocVw" class="TWebBrowser">Application</property> provides access to the Automation interface of the Web browser control.</para>
  569.          </comments>
  570.       </member>
  571.       <member name="P:SHDocVw.SHDocVw.Parent">
  572.          <summary>
  573.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Provides access to the Automation interface of the Web browser's container.</para>
  574.          </summary>
  575.          <comments>
  576.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Use <property namespace="SHDocVw" class="TWebBrowser">Parent</property> to access the interface for the Web browser's parent or container. If the Web browser does not have a container with an Automation interface, the value of <property namespace="SHDocVw" class="TWebBrowser">Parent</property> is the same as ControlInterface.</para>
  577.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Use the TopLevelContainer property to determine which interface is the value of <property namespace="SHDocVw" class="TWebBrowser">Parent</property>.</para>
  578.          </comments>
  579.       </member>
  580.       <member name="P:SHDocVw.SHDocVw.Container">
  581.          <summary>
  582.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Provides access to the automation interface of the Web browser's container.</para>
  583.          </summary>
  584.          <comments>
  585.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Use <property namespace="SHDocVw" class="TWebBrowser">Container</property> to access the interface for the Web browser's parent or container. If the Web browser does not have a container with an Automation interface, <property namespace="SHDocVw" class="TWebBrowser">Container</property> is nil.</para>
  586.          </comments>
  587.       </member>
  588.       <member name="P:SHDocVw.SHDocVw.Document">
  589.          <summary>
  590.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Provides access to the Automation interface of the active document.</para>
  591.          </summary>
  592.          <comments>
  593.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Use <property namespace="SHDocVw" class="TWebBrowser">Document</property> to access an IDispatch interface for manipulating the contents of the HTML document through the COM object model. If there is no active document, <property namespace="SHDocVw" class="TWebBrowser">Document</property> is nil. That is, you must first load a document using the Navigate or Navigate2 method before you can manipulate it using the <property namespace="SHDocVw" class="TWebBrowser">Document</property> interface.</para>
  594.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">For more information about this interface, see the document object section of Microsoft's Dynamic HTML reference.</para>
  595.          </comments>
  596.       </member>
  597.       <member name="P:SHDocVw.SHDocVw.TopLevelContainer">
  598.          <summary>
  599.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Indicates whether the Web browser is a top-level Automation object.</para>
  600.          </summary>
  601.          <comments>
  602.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Read <property namespace="SHDocVw" class="TWebBrowser">TopLevelContainer</property> to determine whether the Web browser has a parent with an Automation interface. When <property namespace="SHDocVw" class="TWebBrowser">TopLevelContainer</property> is false, the Container and Parent properties provide access to the parent's interface. When <property namespace="SHDocVw" class="TWebBrowser">TopLevelContainer</property> is true, the value of Container is nil and the value of Parent is the Web browser's own interface.</para>
  603.          </comments>
  604.       </member>
  605.       <member name="P:SHDocVw.SHDocVw.LocationName">
  606.          <summary>
  607.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Identifies the short (UI-friendly) name of the URL or file currently displayed.</para>
  608.          </summary>
  609.          <comments>
  610.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Read <property namespace="SHDocVw" class="TWebBrowser">LocationName</property> to get the name of the resource currently displayed in the Web browser control. If the resource is an HTML page from the Web, <property namespace="SHDocVw" class="TWebBrowser">LocationName</property> is the title of that page. If the resource is a folder or file on the local network or on a disk, <property namespace="SHDocVw" class="TWebBrowser">LocationName</property> is the full UNC name of the folder or file.</para>
  611.          </comments>
  612.       </member>
  613.       <member name="P:SHDocVw.SHDocVw.LocationURL">
  614.          <summary>
  615.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Identifies the URL or path of the document or folder currently displayed.</para>
  616.          </summary>
  617.          <comments>
  618.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Read <property namespace="SHDocVw" class="TWebBrowser">LocationURL</property> to get the name of the resource currently displayed in the Web browser control. If the resource is an HTML page from the Web, LocationName is its URL. If the resource is a folder or file on the local network or on a disk, LocationName is the full UNC name of the folder or file.</para>
  619.             <note xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  620.                      
  621.                <para>
  622.                         
  623.                   <property namespace="SHDocVw" class="TWebBrowser">LocationURL</property> is a read-only property. To direct the Web browser to display the resource at a specific URL, folder, or file, use the Navigate or Navigate2 method.</para>
  624.                   
  625.             </note>
  626.          </comments>
  627.       </member>
  628.       <member name="P:SHDocVw.SHDocVw.Busy">
  629.          <summary>
  630.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Indicates whether the WebBrowser control is in the middle of a navigation or downloading operation.</para>
  631.          </summary>
  632.          <comments>
  633.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Read <property namespace="SHDocVw" class="TWebBrowser">Busy</property> to determine whether the Web browser component is currently navigating to a new URL or downloading a document. If <property namespace="SHDocVw" class="TWebBrowser">Busy</property> is true, you can interrupt the current operation using the Stop method before starting a new operation.</para>
  634.             <note xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  635.                      
  636.                <para>The Web browser receives events at the beginning and end of each operation, as well as at discrete points during a download operation.</para>
  637.                   
  638.             </note>
  639.          </comments>
  640.       </member>
  641.       <member name="P:SHDocVw.SHDocVw.Name">
  642.          <summary>
  643.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Indicates the name for the executable that hosts the Web Browser component.</para>
  644.          </summary>
  645.          <comments>
  646.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Read <property namespace="SHDocVw" class="TWebBrowser">Name</property> to obtain the name of the executable that hosts the Web browser. Unlike the Full<property namespace="SHDocVw" class="TWebBrowser">Name</property> property, <property namespace="SHDocVw" class="TWebBrowser">Name</property> does not include the path.</para>
  647.          </comments>
  648.       </member>
  649.       <member name="P:SHDocVw.SHDocVw.HWND">
  650.          <summary>
  651.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Provides access to the Window handle for the Web browser.</para>
  652.          </summary>
  653.          <comments>
  654.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Use <property namespace="SHDocVw" class="TWebBrowser">HWND</property> for Windows API calls that require a window handle. Use <property namespace="SHDocVw" class="TWebBrowser">HWND</property> instead of the Handle property when working with <property namespace="SHDocVw" class="TWebBrowser">TWebBrowser</property> controls.</para>
  655.          </comments>
  656.       </member>
  657.       <member name="P:SHDocVw.SHDocVw.FullName">
  658.          <summary>
  659.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Indicates the fully qualified path name for the executable that hosts the Web Browser component.</para>
  660.          </summary>
  661.          <comments>
  662.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Read <property namespace="SHDocVw" class="TWebBrowser">FullName</property> to obtain the name of the executable as a WideString. Unlike the Name property, <property namespace="SHDocVw" class="TWebBrowser">FullName</property> specifies a fully qualified path name.</para>
  663.          </comments>
  664.       </member>
  665.       <member name="P:SHDocVw.SHDocVw.Path">
  666.          <summary>
  667.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Indicates the name for the executable that hosts the Web Browser component.</para>
  668.          </summary>
  669.          <comments>
  670.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Read <property namespace="SHDocVw" class="TWebBrowser">Path</property> to obtain the path of the executable that hosts the Web browser.</para>
  671.          </comments>
  672.       </member>
  673.       <member name="P:SHDocVw.SHDocVw.ReadyState">
  674.          <summary>
  675.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Indicates the state of the Web browser component.</para>
  676.          </summary>
  677.          <comments>
  678.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Read <property namespace="SHDocVw" class="TWebBrowser">ReadyState</property> to obtain state information specific to the Web browser control. Use this information to avoid attempting to use the Web browser control when it is not ready to perform an action.</para>
  679.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">The following table lists the possible values:</para>
  680.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">ConstantValueMeaning</para>
  681.             <table xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  682.                      
  683.                <tr>
  684.                         
  685.                   <th>Constant</th>
  686.                         
  687.                   <th>Value</th>
  688.                         
  689.                   <th>Meaning</th>
  690.                      
  691.                </tr>
  692.                      
  693.                <tr>
  694.                         
  695.                   <td>
  696.                            
  697.                      <para>READYSTATE_UNINITIALIZED</para>
  698.                         
  699.                   </td>
  700.                         
  701.                   <td>
  702.                            
  703.                      <para>0</para>
  704.                         
  705.                   </td>
  706.                         
  707.                   <td>
  708.                            
  709.                      <para>Default initialization state. The Control has not begun loading any properties.</para>
  710.                         
  711.                   </td>
  712.                      
  713.                </tr>
  714.                      
  715.                <tr>
  716.                         
  717.                   <td>
  718.                            
  719.                      <para>READYSTATE_LOADING</para>
  720.                         
  721.                   </td>
  722.                         
  723.                   <td>
  724.                            
  725.                      <para>1</para>
  726.                         
  727.                   </td>
  728.                         
  729.                   <td>
  730.                            
  731.                      <para>The control is loading its properties.</para>
  732.                         
  733.                   </td>
  734.                      
  735.                </tr>
  736.                      
  737.                <tr>
  738.                         
  739.                   <td>
  740.                            
  741.                      <para>READYSTATE_LOADED</para>
  742.                         
  743.                   </td>
  744.                         
  745.                   <td>
  746.                            
  747.                      <para>2</para>
  748.                         
  749.                   </td>
  750.                         
  751.                   <td>
  752.                            
  753.                      <para>The control has initialized its properties but is not yet interactive.</para>
  754.                         
  755.                   </td>
  756.                      
  757.                </tr>
  758.                      
  759.                <tr>
  760.                         
  761.                   <td>
  762.                            
  763.                      <para>READYSTATE_INTERACTIVE</para>
  764.                         
  765.                   </td>
  766.                         
  767.                   <td>
  768.                            
  769.                      <para>3</para>
  770.                         
  771.                   </td>
  772.                         
  773.                   <td>
  774.                            
  775.                      <para>The control is interactive, but not all of its data is available. (It is downloading a document or frame).</para>
  776.                         
  777.                   </td>
  778.                      
  779.                </tr>
  780.                      
  781.                <tr>
  782.                         
  783.                   <td>
  784.                            
  785.                      <para>READYSTATE_COMPLETE</para>
  786.                         
  787.                   </td>
  788.                         
  789.                   <td>
  790.                            
  791.                      <para>4</para>
  792.                         
  793.                   </td>
  794.                         
  795.                   <td>
  796.                            
  797.                      <para>The control is interactive and all of its data is available. (The current document is fully downloaded).</para>
  798.                         
  799.                   </td>
  800.                      
  801.                </tr>
  802.                   
  803.             </table>
  804.          </comments>
  805.       </member>
  806.       <member name="P:SHDocVw.SHDocVw.Visible">
  807.          <summary>
  808.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Specifies whether the Web browser component appears onscreen.</para>
  809.          </summary>
  810.          <comments>
  811.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Use <property namespace="SHDocVw" class="TWebBrowser">Visible</property> to show or hide the Web browser control.</para>
  812.          </comments>
  813.       </member>
  814.       <member name="P:SHDocVw.SHDocVw.StatusBar">
  815.          <summary>
  816.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Not used in <property namespace="SHDocVw" class="TWebBrowser">TWebBrowser</property>.</para>
  817.          </summary>
  818.          <comments>
  819.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Do not use <property namespace="SHDocVw" class="TWebBrowser">StatusBar</property>. It is included in the <property namespace="SHDocVw" class="TWebBrowser">TWebBrowser</property> interface because the IWebBrowser2 interface is shared with Internet Explorer. <property namespace="SHDocVw" class="TWebBrowser">StatusBar</property> shows or hides the status bar in Internet Explorer. <property namespace="SHDocVw" class="TWebBrowser">TWebBrowser</property> does not have a status bar.</para>
  820.          </comments>
  821.       </member>
  822.       <member name="P:SHDocVw.SHDocVw.StatusText">
  823.          <summary>
  824.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Not used in <property namespace="SHDocVw" class="TWebBrowser">TWebBrowser</property>.</para>
  825.          </summary>
  826.          <comments>
  827.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Do not use <property namespace="SHDocVw" class="TWebBrowser">StatusText</property>. It is included in the <property namespace="SHDocVw" class="TWebBrowser">TWebBrowser</property> interface because the IWebBrowser2 interface is shared with Internet Explorer. <property namespace="SHDocVw" class="TWebBrowser">StatusText</property> specifies the text that appears on the status bar in Internet Explorer. <property namespace="SHDocVw" class="TWebBrowser">TWebBrowser</property> does not have a status bar.</para>
  828.          </comments>
  829.       </member>
  830.       <member name="P:SHDocVw.SHDocVw.ToolBar">
  831.          <summary>
  832.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Not used in <property namespace="SHDocVw" class="TWebBrowser">TWebBrowser</property>.</para>
  833.          </summary>
  834.          <comments>
  835.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Do not use <property namespace="SHDocVw" class="TWebBrowser">ToolBar</property>. It is included in the <property namespace="SHDocVw" class="TWebBrowser">TWebBrowser</property> interface because the IWebBrowser2 interface is shared with Internet Explorer. <property namespace="SHDocVw" class="TWebBrowser">ToolBar</property> determines which toolbar is displayed in Internet Explorer. <property namespace="SHDocVw" class="TWebBrowser">TWebBrowser</property> does not have any tool bars.</para>
  836.          </comments>
  837.       </member>
  838.       <member name="P:SHDocVw.SHDocVw.MenuBar">
  839.          <summary>
  840.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Not used in <property namespace="SHDocVw" class="TWebBrowser">TWebBrowser</property>.</para>
  841.          </summary>
  842.          <comments>
  843.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Do not use <property namespace="SHDocVw" class="TWebBrowser">MenuBar</property>. It is included in the <property namespace="SHDocVw" class="TWebBrowser">TWebBrowser</property> interface because the IWebBrowser2 interface is shared with Internet Explorer. <property namespace="SHDocVw" class="TWebBrowser">MenuBar</property> shows or hides the menu bar in Internet Explorer. <property namespace="SHDocVw" class="TWebBrowser">TWebBrowser</property> does not have a menu bar.</para>
  844.          </comments>
  845.       </member>
  846.       <member name="P:SHDocVw.SHDocVw.FullScreen">
  847.          <summary>
  848.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Not used in <property namespace="SHDocVw" class="TWebBrowser">TWebBrowser</property>.</para>
  849.          </summary>
  850.          <comments>
  851.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Do not use <property namespace="SHDocVw" class="TWebBrowser">FullScreen</property>. It is included in the <property namespace="SHDocVw" class="TWebBrowser">TWebBrowser</property> interface because the IWebBrowser2 interface is shared with Internet Explorer. <property namespace="SHDocVw" class="TWebBrowser">FullScreen</property> determines whether Internet Explorer is maximized.</para>
  852.          </comments>
  853.       </member>
  854.       <member name="P:SHDocVw.SHDocVw.Offline">
  855.          <summary>
  856.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Indicates whether the Web browser gets its document from the local cache.</para>
  857.          </summary>
  858.          <comments>
  859.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Set <property namespace="SHDocVw" class="TWebBrowser">Offline</property> to true to work offline with the Web browser. When the Web browser is offline, it can't read HTML pages using an Internet connection. Instead, you must specify a source document as a UNC filename. </para>
  860.             <note xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  861.                      
  862.                <para>You can use Internet Explorer to save HTML pages to a local cache so that they are available for offline work.</para>
  863.                   
  864.             </note>
  865.          </comments>
  866.       </member>
  867.       <member name="P:SHDocVw.SHDocVw.Silent">
  868.          <summary>
  869.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Specifies whether the Web browser can display dialog boxes.</para>
  870.          </summary>
  871.          <comments>
  872.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Set <property namespace="SHDocVw" class="TWebBrowser">Silent</property> to true to prevent the Web browser control from displaying dialog boxes.</para>
  873.          </comments>
  874.       </member>
  875.       <member name="P:SHDocVw.SHDocVw.RegisterAsBrowser">
  876.          <summary>
  877.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Registers the control as a top-level browser for target name resolution.</para>
  878.          </summary>
  879.          <comments>
  880.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Set <property namespace="SHDocVw" class="TWebBrowser">RegisterAsBrowser</property> to true when using the Web browser control to implement a top-level browser.</para>
  881.          </comments>
  882.       </member>
  883.       <member name="P:SHDocVw.SHDocVw.RegisterAsDropTarget">
  884.          <summary>
  885.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Specifies whether users can load a document using drag-and-drop.</para>
  886.          </summary>
  887.          <comments>
  888.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Set <property namespace="SHDocVw" class="TWebBrowser">RegisterAsDropTarget</property> to true to allow users to drop HTML documents onto the Web browser. When <property namespace="SHDocVw" class="TWebBrowser">RegisterAsDropTarget</property> is true, users can load a document by dragging it onto the Web browser. When <property namespace="SHDocVw" class="TWebBrowser">RegisterAsDropTarget</property> is false, dragging a document onto the Web browser has no effect.</para>
  889.          </comments>
  890.       </member>
  891.       <member name="P:SHDocVw.SHDocVw.TheaterMode">
  892.          <summary>
  893.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Not used in <property namespace="SHDocVw" class="TWebBrowser">TWebBrowser</property>.</para>
  894.          </summary>
  895.          <comments>
  896.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Do not use <property namespace="SHDocVw" class="TWebBrowser">TheaterMode</property>. It is included in the <property namespace="SHDocVw" class="TWebBrowser">TWebBrowser</property> interface because the IWebBrowser2 interface is shared with Internet Explorer. <property namespace="SHDocVw" class="TWebBrowser">TheaterMode</property> changes the display of Internet Explorer to use theater or normal mode.</para>
  897.          </comments>
  898.       </member>
  899.       <member name="P:SHDocVw.SHDocVw.AddressBar">
  900.          <summary>
  901.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Not used in <property namespace="SHDocVw" class="TWebBrowser">TWebBrowser</property>.</para>
  902.          </summary>
  903.          <comments>
  904.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Do not use <property namespace="SHDocVw" class="TWebBrowser">AddressBar</property>. It is included in the <property namespace="SHDocVw" class="TWebBrowser">TWebBrowser</property> interface because the IWebBrowser2 interface is shared with Internet Explorer. <property namespace="SHDocVw" class="TWebBrowser">AddressBar</property> shows or hides the URL address bar on Internet Explorer. <property namespace="SHDocVw" class="TWebBrowser">TWebBrowser</property> does not have an address bar.</para>
  905.          </comments>
  906.       </member>
  907.       <member name="P:SHDocVw.SHDocVw.Resizable">
  908.          <summary>
  909.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Not used in <property namespace="SHDocVw" class="TWebBrowser">TWebBrowser</property>.</para>
  910.          </summary>
  911.          <comments>
  912.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Do not use <property namespace="SHDocVw" class="TWebBrowser">Resizable</property>. It is included in the <property namespace="SHDocVw" class="TWebBrowser">TWebBrowser</property> interface because the IWebBrowser2 interface is shared with Internet Explorer. <property namespace="SHDocVw" class="TWebBrowser">Resizable</property> determines whether the Internet Explorer window can be resized.</para>
  913.          </comments>
  914.       </member>
  915.       <member name="E:SHDocVw.SHDocVw.OnStatusTextChange">
  916.          <summary>
  917.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Not used in <event namespace="SHDocVw" class="TWebBrowser">TWebBrowser</event>.</para>
  918.          </summary>
  919.          <comments>
  920.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Do not use this event. It is included in the <event namespace="SHDocVw" class="TWebBrowser">TWebBrowser</event> interface because the IWebBrowser2 interface is shared with Internet Explorer. <event namespace="SHDocVw" class="TWebBrowser">OnStatusTextChange</event> occurs when the text displayed in the Internet Explorer's status bar changes.</para>
  921.          </comments>
  922.       </member>
  923.       <member name="E:SHDocVw.SHDocVw.OnProgressChange">
  924.          <summary>
  925.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Occurs when the progress of a download operation is updated.</para>
  926.          </summary>
  927.          <comments>
  928.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Write an <event namespace="SHDocVw" class="TWebBrowser">OnProgressChange</event> event handler to provide visual feedback about the download process. For example, an <event namespace="SHDocVw" class="TWebBrowser">OnProgressChange</event> event handler can update a TProgressBar component or display the number of bytes downloaded so far.</para>
  929.          </comments>
  930.       </member>
  931.       <member name="E:SHDocVw.SHDocVw.OnCommandStateChange">
  932.          <summary>
  933.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Occurs when the ability to execute certain <event namespace="SHDocVw" class="TWebBrowser">TWebBrowser</event> methods changes.</para>
  934.          </summary>
  935.          <comments>
  936.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Write an <event namespace="SHDocVw" class="TWebBrowser">OnCommandStateChange</event> to update any controls in the application whose state depends on the ability to execute the Web browser's methods.</para>
  937.          </comments>
  938.       </member>
  939.       <member name="E:SHDocVw.SHDocVw.OnDownloadBegin">
  940.          <summary>
  941.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Occurs when the Web browser starts downloading a document.</para>
  942.          </summary>
  943.          <comments>
  944.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Write an <event namespace="SHDocVw" class="TWebBrowser">OnDownloadBegin</event> event handler to take specific action after the Web browser has located a document and immediately before it starts downloading the document. For example, use the <event namespace="SHDocVw" class="TWebBrowser">OnDownloadBegin</event> event to launch an animation control the represents downloading or a progress bar that is updated by an OnProgressChange event handler. The control can then be stopped in an OnDownloadComplete event handler.</para>
  945.             <note xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  946.                      
  947.                <para>To take specific action when the Web browser looks up the resource, rather than when it begins downloading, use the OnBeforeNavigate2 event. <event namespace="SHDocVw" class="TWebBrowser">OnDownloadBegin</event> occurs shortly after OnBeforeNavigate2.</para>
  948.                   
  949.             </note>
  950.          </comments>
  951.       </member>
  952.       <member name="E:SHDocVw.SHDocVw.OnDownloadComplete">
  953.          <summary>
  954.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Occurs when a navigation operation finishes, is halted, or fails. </para>
  955.          </summary>
  956.          <comments>
  957.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Write an OnDownLoadComplete event handler to take specific action after the Web browser stops a downloading operation. For example, use the <event namespace="SHDocVw" class="TWebBrowser">OnDownloadComplete</event> event to stop an download indication that is started in an OnDownloadBegin event handler.</para>
  958.             <note xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  959.                      
  960.                <para>Unlike the OnNavigateComplete2 event, <event namespace="SHDocVw" class="TWebBrowser">OnDownloadComplete</event> occurs even if the Web browser does not successfully navigate to an URL. </para>
  961.                   
  962.             </note>
  963.          </comments>
  964.       </member>
  965.       <member name="E:SHDocVw.SHDocVw.OnTitleChange">
  966.          <summary>
  967.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Occurs when the title of a document in the WebBrowser control becomes available or changes.</para>
  968.          </summary>
  969.          <comments>
  970.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Write an <event namespace="SHDocVw" class="TWebBrowser">OnTitleChange</event> event handler to respond when the Web browser obtains information about the document title. Because the title can change while an HTML page is downloading, LocationName is originally set to the URL of the document. After the title specified in the HTML page, if any, becomes available, LocationName is changed to reflect the actual title. </para>
  971.          </comments>
  972.       </member>
  973.       <member name="E:SHDocVw.SHDocVw.OnPropertyChange">
  974.          <summary>
  975.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Not used in <event namespace="SHDocVw" class="TWebBrowser">TWebBrowser</event>.</para>
  976.          </summary>
  977.          <comments>
  978.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Do not use this event. It is included in the <event namespace="SHDocVw" class="TWebBrowser">TWebBrowser</event> interface because the IWebBrowser2 interface is shared with Internet Explorer. <event namespace="SHDocVw" class="TWebBrowser">OnPropertyChange</event> occurs with Internet Explorer when a property is modified using the PutProperty method.</para>
  979.          </comments>
  980.       </member>
  981.       <member name="E:SHDocVw.SHDocVw.OnBeforeNavigate2">
  982.          <summary>
  983.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Occurs immediately before the Web browser navigates to a new resource.</para>
  984.          </summary>
  985.          <comments>
  986.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Write an <event namespace="SHDocVw" class="TWebBrowser">OnBeforeNavigate2</event> event handler to redirect or cancel a change to a different URL. This event may occur as the result of a call to the Navigate or Navigate2 method, or the user clicking a link.</para>
  987.          </comments>
  988.       </member>
  989.       <member name="E:SHDocVw.SHDocVw.OnNewWindow2">
  990.          <summary>
  991.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Occurs when a new, hidden, non-navigated Web browser window is needed.</para>
  992.          </summary>
  993.          <comments>
  994.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Write an <event namespace="SHDocVw" class="TWebBrowser">OnNewWindow2</event> to take specific action immediately before the Web browser creates a new window for displaying a resource. This window may be needed because the user shift-clicked on a link, the user right-clicked on a link and chose "open in new window", the frame for the target URL does not yet exist, or the Navigate or Navigate2 requested that the target document appear in a new window.</para>
  995.          </comments>
  996.       </member>
  997.       <member name="E:SHDocVw.SHDocVw.OnNavigateComplete2">
  998.          <summary>
  999.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Occurs immediately after the Web browser successfully navigates to a new location.</para>
  1000.          </summary>
  1001.          <comments>
  1002.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Write an <event namespace="SHDocVw" class="TWebBrowser">OnNavigateComplete2</event> event handler to take specific action when the Web browser successfully navigates to a new resource. The event can occur before the document is fully downloaded, but when it occurs at least part of the document must be received and a viewer for the document created.</para>
  1003.             <note xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  1004.                      
  1005.                <para>Unlike the OnDownloadComplete event, <event namespace="SHDocVw" class="TWebBrowser">OnNavigateComplete2</event> does not occur if the operation is not successful.</para>
  1006.                   
  1007.             </note>
  1008.          </comments>
  1009.       </member>
  1010.       <member name="E:SHDocVw.SHDocVw.OnDocumentComplete">
  1011.          <summary>
  1012.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Occurs when the document being navigated to reaches ReadyState_Complete.</para>
  1013.          </summary>
  1014.          <comments>
  1015.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Write an <event namespace="SHDocVw" class="TWebBrowser">OnDocumentComplete</event> event handler to take specific action when a frame or document is fully loaded into the Web browser .For a document without frames, this event occurs once when the document finishes loading. On a document containing multiple frames, this event occurs once for each frame. When the multiple-frame document finishes loading, the Web browser fires the event one final time.</para>
  1016.          </comments>
  1017.       </member>
  1018.       <member name="E:SHDocVw.SHDocVw.OnQuit">
  1019.          <summary>
  1020.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Not used in <event namespace="SHDocVw" class="TWebBrowser">TWebBrowser</event>.</para>
  1021.          </summary>
  1022.          <comments>
  1023.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Do not use this event. It is included in the <event namespace="SHDocVw" class="TWebBrowser">TWebBrowser</event> interface because the IWebBrowser2 interface is shared with Internet Explorer. <event namespace="SHDocVw" class="TWebBrowser">OnQuit</event> occurs when the Internet Explorer is about to shut down.</para>
  1024.          </comments>
  1025.       </member>
  1026.       <member name="E:SHDocVw.SHDocVw.OnVisible">
  1027.          <summary>
  1028.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Occurs when the Web browser window is about to be shown or hidden.</para>
  1029.          </summary>
  1030.          <comments>
  1031.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Write an <event namespace="SHDocVw" class="TWebBrowser">OnVisible</event> event handler to make adjustments to compensate for the appearance or disappearance of the Web browser window. </para>
  1032.          </comments>
  1033.       </member>
  1034.       <member name="E:SHDocVw.SHDocVw.OnToolBar">
  1035.          <summary>
  1036.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Not used in <event namespace="SHDocVw" class="TWebBrowser">TWebBrowser</event>.</para>
  1037.          </summary>
  1038.          <comments>
  1039.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Do not use this event. It is included in the <event namespace="SHDocVw" class="TWebBrowser">TWebBrowser</event> interface because the IWebBrowser2 interface is shared with Internet Explorer. <event namespace="SHDocVw" class="TWebBrowser">OnToolBar</event> occurs when the Internet Explorer changes which tool bars are visible.</para>
  1040.          </comments>
  1041.       </member>
  1042.       <member name="E:SHDocVw.SHDocVw.OnMenuBar">
  1043.          <summary>
  1044.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Not used in <event namespace="SHDocVw" class="TWebBrowser">TWebBrowser</event>.</para>
  1045.          </summary>
  1046.          <comments>
  1047.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Do not use this event. It is included in the <event namespace="SHDocVw" class="TWebBrowser">TWebBrowser</event> interface because the IWebBrowser2 interface is shared with Internet Explorer. <event namespace="SHDocVw" class="TWebBrowser">OnMenuBar</event> occurs with Internet Explorer when the menu bar is hidden or shown.</para>
  1048.          </comments>
  1049.       </member>
  1050.       <member name="E:SHDocVw.SHDocVw.OnStatusBar">
  1051.          <summary>
  1052.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Not used in <event namespace="SHDocVw" class="TWebBrowser">TWebBrowser</event>.</para>
  1053.          </summary>
  1054.          <comments>
  1055.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Do not use this event. It is included in the <event namespace="SHDocVw" class="TWebBrowser">TWebBrowser</event> interface because the IWebBrowser2 interface is shared with Internet Explorer. <event namespace="SHDocVw" class="TWebBrowser">OnStatusBar</event> occurs when the Internet Explorer first shows or hides its status bar.</para>
  1056.          </comments>
  1057.       </member>
  1058.       <member name="E:SHDocVw.SHDocVw.OnFullScreen">
  1059.          <summary>
  1060.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Not used in <event namespace="SHDocVw" class="TWebBrowser">TWebBrowser</event>.</para>
  1061.          </summary>
  1062.          <comments>
  1063.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Do not use this event. It is included in the <event namespace="SHDocVw" class="TWebBrowser">TWebBrowser</event> interface because the IWebBrowser2 interface is shared with Internet Explorer. <event namespace="SHDocVw" class="TWebBrowser">OnFullScreen</event> occurs with Internet Explorer when the application is maximized or restored from a maximized state.</para>
  1064.          </comments>
  1065.       </member>
  1066.       <member name="E:SHDocVw.SHDocVw.OnTheaterMode">
  1067.          <summary>
  1068.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Not used in <event namespace="SHDocVw" class="TWebBrowser">TWebBrowser</event>.</para>
  1069.          </summary>
  1070.          <comments>
  1071.             <para xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Do not use this event. It is included in the <event namespace="SHDocVw" class="TWebBrowser">TWebBrowser</event> interface because the IWebBrowser2 interface is shared with Internet Explorer. <event namespace="SHDocVw" class="TWebBrowser">OnTheaterMode</event> occurs when the Internet Explorer changes into or out of theater mode.</para>
  1072.          </comments>
  1073.       </member>
  1074.    </members>
  1075. </doc>