diff options
Diffstat (limited to 'doc/html/qaxwidget.html')
| -rw-r--r-- | doc/html/qaxwidget.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/qaxwidget.html b/doc/html/qaxwidget.html index 4d96a31ca..948a89c32 100644 --- a/doc/html/qaxwidget.html +++ b/doc/html/qaxwidget.html @@ -107,14 +107,14 @@ cleaning up all allocated resources. <h3 class=fn>bool <a name="createHostWindow"></a>TQAxWidget::createHostWindow ( bool initialized )<tt> [virtual protected]</tt> </h3> -Creates the client site for the ActiveX control, and returns TRUE if -the control could be embedded successfully, otherwise returns FALSE. -If <em>initialized</em> is TRUE the control has already been initialized. +Creates the client site for the ActiveX control, and returns true if +the control could be embedded successfully, otherwise returns false. +If <em>initialized</em> is true the control has already been initialized. <p> This function is called by <a href="qaxbase.html#initialize">initialize</a>(). If you reimplement initialize to customize the actual control instantiation, call this function in your reimplementation to have the control embedded by the default client side. -Creates the client site for the ActiveX control, and returns TRUE if -the control could be embedded successfully, otherwise returns FALSE. +Creates the client site for the ActiveX control, and returns true if +the control could be embedded successfully, otherwise returns false. <h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="dynamicCall"></a>TQAxBase::dynamicCall ( const <a href="ntqcstring.html">TQCString</a> & function, const <a href="ntqvariant.html">TQVariant</a> & var1 = TQVariant ( ), const <a href="ntqvariant.html">TQVariant</a> & var2 = TQVariant ( ), const <a href="ntqvariant.html">TQVariant</a> & var3 = TQVariant ( ), const <a href="ntqvariant.html">TQVariant</a> & var4 = TQVariant ( ), const <a href="ntqvariant.html">TQVariant</a> & var5 = TQVariant ( ), const <a href="ntqvariant.html">TQVariant</a> & var6 = TQVariant ( ), const <a href="ntqvariant.html">TQVariant</a> & var7 = TQVariant ( ), const <a href="ntqvariant.html">TQVariant</a> & var8 = TQVariant ( ) ) </h3> @@ -215,13 +215,13 @@ Reimplement this function to pass certain key events to the ActiveX control. <em>message</em> is the Window message identifier specifying the message type (ie. WM_KEYDOWN), and <em>keycode</em> is the virtual keycode (ie. VK_TAB). -<p> If the function returns TRUE the key event is passed on to the +<p> If the function returns true the key event is passed on to the ActiveX control, which then either processes the event or passes the event on to TQt. -<p> If the function returns FALSE the processing of the key event is +<p> If the function returns false the processing of the key event is ignored by <a href="activentqt.html#ActiveTQt">ActiveTQt</a>, ie. the ActiveX control might handle it or not. -<p> The default implementation returns TRUE for the following cases: +<p> The default implementation returns true for the following cases: <p> <center><table cellpadding="4" cellspacing="2" border="0"> <tr bgcolor="#a2c511"> <th valign="top">WM_SYSKEYDOWN |
