ActiveXName.ActiveXObj

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > ActiveX Control > ActiveX Control Creation > CONTROL ADD ACTIVEX > ActiveX Methods and Properties >

ActiveXName.ActiveXObj

 

Description

 

Return the ActiveX iDispacth interface associated with ActiveX object

 

Syntax

 

' Get

iDispatchVariable = ActiveXName.ActiveXObj

 

Returns

 

An iDispatch variable.

 

Remarks

 

Restrictions

 

See also

 

Examples