racket/collects/mysterx/scribblings/com.scrbl
Matthew Flatt 3bb0a78d0d finish mysterx docs
svn: r9329
2008-04-16 12:22:52 +00:00

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"]