Chapter 2 -- 21
Reference Guide
Access Read-only.
Type VT_DISPATCH or Options
.
"
""
" Application.Parent
Returns the parent object of the specified object.
Access Read-only.
Type VT_DISPATCH.
"
""
" Application.Path
Returns the path of the Application ( with « \ » character).
Access Read-only.
Type VT_BSTR or String
.
"
""
" Application.PrinterSystem
Returns the PrinterSystem
object that represents all printers in
the system.
Access Read-only.
Type VT_DISPATCH or PrinterSystem
.
"
""
" Application.RecentFiles
Returns the RecentFiles
collection that represents the list of last
recent files used (File menu in UI).
Access Read-only.
Type VT_DISPATCH or RecentFiles
.
"
""
" Application.Top
Returns or sets the distance between the top edge of the main
window of the application and the top edge of the screen (in
pixel unit).
Access Read/Write.
Type VT_I4orLong
.