NextPrevUpTopContentsIndex

make-lisp-variant

Function
Summary

Returns a Lisp object that contains a type and a value.

Package

com

Signature

make-lisp-variant type &optional value => lisp-variant

Description

The function make-lisp-variant returns a lisp-variant object lisp-variant containing type and value .

lisp-variant can be passed as an argument to an Automation method, to give control over the VT code that the method sees. The meaning of type and value are as described for set-variant.

See also

lisp-variant
set-variant


LispWorks COM/Automation User Guide and Reference Manual - 17 Jul 2006

NextPrevUpTopContentsIndex