FlashBASIC Automation Application Interfaces

The following FlashBASIC automation interfaces are presented. For more information on these interfaces, see Using the COM Interface to FlashBASIC.

%CoInitialize Interface

Call to initialize the COM library.

%CoCreateObject Interface

Call to create a COM Object.

%CoQueryInterface Interface

Query IUnknown for IDispatch interface.

%CoQueryMethod Interface

Query for a method.

%CoGetDispatch Interface

Call a to get an IDispatch.

%CoPropertyGet Interface

Call a Property Get.

%CoPropertyPut Interface

Call a Property Put.

%CoInvoke Interface

Call a method.

%CoGetException Interface

Get error description.

%CoRelease Interface

Release a dispatch or COM object when done.

%CoUninitialize Interface

Uninitialize the COM library.