summaryrefslogtreecommitdiffstats
path: root/doc/html/qaxwidget.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/qaxwidget.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qaxwidget.html')
-rw-r--r--doc/html/qaxwidget.html16
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&nbsp;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&nbsp;<a href="ntqcstring.html">TQCString</a>&nbsp;&amp;&nbsp;function, const&nbsp;<a href="ntqvariant.html">TQVariant</a>&nbsp;&amp;&nbsp;var1 = TQVariant ( ), const&nbsp;<a href="ntqvariant.html">TQVariant</a>&nbsp;&amp;&nbsp;var2 = TQVariant ( ), const&nbsp;<a href="ntqvariant.html">TQVariant</a>&nbsp;&amp;&nbsp;var3 = TQVariant ( ), const&nbsp;<a href="ntqvariant.html">TQVariant</a>&nbsp;&amp;&nbsp;var4 = TQVariant ( ), const&nbsp;<a href="ntqvariant.html">TQVariant</a>&nbsp;&amp;&nbsp;var5 = TQVariant ( ), const&nbsp;<a href="ntqvariant.html">TQVariant</a>&nbsp;&amp;&nbsp;var6 = TQVariant ( ), const&nbsp;<a href="ntqvariant.html">TQVariant</a>&nbsp;&amp;&nbsp;var7 = TQVariant ( ), const&nbsp;<a href="ntqvariant.html">TQVariant</a>&nbsp;&amp;&nbsp;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