ActiveX

 

ActiveX

ActiveX Automation Client

 

CASTVARIANT

Convert the input to a variant of a specified type

CASTVARIANTARRAY

Convert a series to an array of variants

CREATEOBJECT

Return a handle to an ActiveX server object

FIREEVENT

Fire a user defined event with a variable number of arguments as a Variant array

GETCONTROL

Return a handle to the calling ActiveX control within an event handler

GETOBJECT

Return a handle to a running ActiveX server object

ISOBJECT

Return 1 if input is an ActiveX handle

MATLAB

Execute a MATLAB command

MSWORD

Write a string to MS Word using ActiveX

MSWORD2

Insert a metafile of a Worksheet into MS Word using ActiveX

RAISEEVENT

Fire a user defined event with a variable number of arguments as a SafeArray

REGISTERCONTROL

Register an ActiveX control

REGISTEREVENT

Establish an event handler for an ActiveX event

RELEASE

Release an ActiveX server object

UNREGISTEREVENT

Cancels a previously established ActiveX event handler

WS2HTML

Convert Worksheet to HTML using MS Word and ActiveX

XLCLEAR

Clear ActiveX connection to Excel

XLGET

Return a range of values from Excel via ActiveX Automation

XLINIT

Start an ActiveX connection to Excel

XLPUT

 

Transfer a range of values to Excel via ActiveX Automation

XLSAVE

Save current Excel Workbook

XLSAVEAS

Save current Excel Workbook to a file

 

ActiveX Automation Server

 

CALCULATE

Execute a DADiSP function or command string with a variable number of input arguments and returns the result as a variant

EVALUATE

Execute a DADiSP function or command string and returns the result as a string

EXECUTE

Execute a DADiSP function or command string and returns a status integer

GETCHARARRAY

Retrieve data from a command, Window or variable as a string

GETCOMPLEXDATA

Retrieve complex data from a Window or variable as two variants

GETCOMPLEXSERIES

Retrieve complex data from a command, Window or Variable as two SafeArrays

GETDATA

Retrieve data from a command, Window or variable as a variant

GETFULLMATRIX

Retrieve complex data in Cartesian form from a command, Window or variable as two SafeArrays

GETSERIES

Retrieve data from a command, Window or variable as a SafeArray

GETVARIANTDATA

Retrieve data from a command, Window or variable as a variant of a specified type

PUTCHARARRAY

Store a string to a Window or variable

PUTCOMPLEXDATA

Store a real or complex variant to a Window or variable

PUTCOMPLEXSERIES

Store a real or complex SafeArray to a Window or variable

PUTDATA

Store variant data to a Window or variable

PUTFULLMATRIX

Store a real or complex SafeArray in Cartesian form to a Window or variable

PUTSERIES

Store a SafeArray to a Window or variable

QUIT

Terminate DADiSP as an ActiveX Automation Server

VISIBLE

Set or retrieves the visibility state of DADiSP as an ActiveX Automation Server