summaryrefslogtreecommitdiffstats
path: root/doc/html/propertydocs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r--doc/html/propertydocs57
1 files changed, 0 insertions, 57 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs
index 931a617f1..efed087fd 100644
--- a/doc/html/propertydocs
+++ b/doc/html/propertydocs
@@ -190,63 +190,6 @@ calls to their <a href="ntqaction.html#setVisible">QAction::setVisible<
</doc>
</property>
<property>
- <name>QAxBase::control</name>
- <doc href="qaxbase.html#control-prop">
-&lt;p&gt;This property holds the name of the COM object wrapped by this QAxBase object.
-&lt;p&gt;Setting this property initilializes the COM object. Any COM object
-previously set is shut down.
-&lt;p&gt; The most efficient way to set this property is by using the
-registered component's UUID, e.g.
-&lt;pre&gt;
- ctrl-&amp;gt;setControl( "{8E27C92B-1264-101C-8A2F-040224009C02}" );
- &lt;/pre&gt;
-
-The second fastest way is to use the registered control's class
-name (with or without version number), e.g.
-&lt;pre&gt;
- ctrl-&amp;gt;setControl( "MSCal.Calendar" );
- &lt;/pre&gt;
-
-The slowest, but easiest way to use is to use the control's full
-name, e.g.
-&lt;pre&gt;
- ctrl-&amp;gt;setControl( "Calendar Control 9.0" );
- &lt;/pre&gt;
-
-&lt;p&gt; If the component's UUID is used the following patterns can be used
-to initialize the control on a remote machine, to initialize a
-licensed control or to connect to a running object:
-&lt;ul&gt;
-&lt;li&gt; To initialize the control on a different machine use the following
-pattern:
-&lt;pre&gt;
- &amp;lt;domain/username&amp;gt;:&amp;lt;password&amp;gt;@server/{8E27C92B-1264-101C-8A2F-040224009C02}
- &lt;/pre&gt;
-
-&lt;li&gt; To initialize a licensed control use the following pattern:
-&lt;pre&gt;
- {8E27C92B-1264-101C-8A2F-040224009C02}:&amp;lt;LicenseKey&amp;gt;
- &lt;/pre&gt;
-
-&lt;li&gt; To connect to an already running object use the following pattern:
-&lt;pre&gt;
- {8E27C92B-1264-101C-8A2F-040224009C02}&amp;amp;
- &lt;/pre&gt;
-
-&lt;/ul&gt;
-The first two patterns can be combined, e.g. to initialize a licensed
-control on a remote machine:
-&lt;pre&gt;
- ctrl-&amp;gt;setControl("DOMAIN/user:password@server/{8E27C92B-1264-101C-8A2F-040224009C02}:LicenseKey");
- &lt;/pre&gt;
-
-&lt;p&gt; The control's read function always returns the control's UUID, if provided including the license
-key, and the name of the server, but not including the username, the domain or the password.
-
-&lt;p&gt;Set this property's value with &lt;a href="qaxbase.html#setControl"&gt;setControl&lt;/a&gt;() and get this property's value with &lt;a href="qaxbase.html#control"&gt;control&lt;/a&gt;().
-</doc>
-</property>
-<property>
<name>QButton::accel</name>
<doc href="ntqbutton.html#accel-prop">
&lt;p&gt;This property holds the accelerator associated with the button.