16 lines
461 B
Racket
16 lines
461 B
Racket
#lang scribble/doc
|
|
@(require "common.ss")
|
|
|
|
@title[#:tag "com" #:style 'toc]{COM}
|
|
|
|
MysterX allows scripting of most COM components from Scheme. A COM
|
|
component can be scripted in MysterX if it supports OLE Automation via
|
|
the @tt{IDispatch} interface, and if it publishes type information
|
|
using the @tt{ITypeInfo} interface.
|
|
|
|
@local-table-of-contents[]
|
|
|
|
@include-section["methprop.scrbl"]
|
|
@include-section["com-types.scrbl"]
|
|
@include-section["com-events.scrbl"]
|