Object Properties - Teklynx Discover ActiveX Programmer's Manual

Table of Contents

Advertisement

Chapter 2 -- 18
Object
Properties
" " " " Application.ActiveDocument
This property allows you to access the document object interface
(refer to the document which has the focus in the main
application).
Returns an error if no document in application.
Access
Read-Only.
Type
VT_DISPATCH or Document.
" " " " Application.ActivePrinterName
Returns the current pair <Printer, Port> of the active document,
if any, empty string if none.
Access
Read-only.
Type
VT_BSTR or String.
" " " " Application.Application
This property returns the Application object that represents the
root object of the hierarchy.
Access
Read-only.
Type
VT_DISPATCH or Application.
" " " " Application.Caption
Returns or sets the caption text for the application window. To
change the caption of the application window into the default
text, set this property to an empty string ("").
Access
Read/Write.
Type
VT_BSTR or String.
Programmer's Guide

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents