All Manuals > LispWorks User Guide and Reference Manual > 44 The DDE server interface

NextPrevUpTopContentsIndex

dde-topic

Class
Summary

The ancestor of all topic classes.

Package

win32

Superclasses

standard-object

Subclasses

dde-system-topic

Description

The class dde-topic is the superclass of all topic objects. You can define subclasses using defclass and return instances of them by defining a method for the dde-server-topic generic function. This allows you to create topics with arbitrary internal state that can be accessed via DDE.

Examples

See examples\dde\server-dispatching.lisp

See also

dde-server-topic
dde-system-topic


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex