From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/qaxcontainer.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/qaxcontainer.html') diff --git a/doc/html/qaxcontainer.html b/doc/html/qaxcontainer.html index 65d0b86ce..d944ac0a5 100644 --- a/doc/html/qaxcontainer.html +++ b/doc/html/qaxcontainer.html @@ -72,13 +72,13 @@ parameter n

Introduction

-

The TQAxContainer module provides a library implementing a TQWidget +

The TQAxContainer module provides a library implementing a TQWidget subclass, TQAxWidget, that acts as a container for ActiveX -controls, and a TQObject subclass, TQAxObject, that can be used to +controls, and a TQObject subclass, TQAxObject, that can be used to easily access non-visual COM objects. Scripting COM objects embedded using these classes is possible through the TQAxScript, TQAxScriptManager and TQAxScriptEngine classes. -

This module is part of the ActiveTQt +

This module is part of the ActiveTQt framework. (To make an application into an ActiveX server see the TQAxServer module.)

The module consists of six classes @@ -86,7 +86,7 @@ see the TQAxServer module.)

  • TQAxBase is an abstract class that provides an API to initialize and access a COM/ActiveX object.
  • TQAxObject provides a TQObject that wraps a COM object. -
  • TQAxWidget is a TQWidget that wraps an ActiveX control. +
  • TQAxWidget is a TQWidget that wraps an ActiveX control.
  • TQAxScriptManager, TQAxScript and TQAxScriptEngine provide an interface to the Windows Script Host. @@ -131,7 +131,7 @@ machine that the object should run on, and can include a license key for licensed controls.

    Accessing the object API

    -

    ActiveTQt provides a TQt API to the COM object, and replaces COM +

    ActiveTQt provides a TQt API to the COM object, and replaces COM datatypes with TQt equivalents. Use the dumpdoc tool to get the documentation of the TQt API for any COM object and it's subobjects.

    See the TQAxWidget and TQAxObject API documentation about how to -- cgit v1.2.1