External Interfaces/API | ![]() ![]() |
Syntax
release (a)
Arguments
a
Activex object that represents the interface to be released.
Description
Release the interface and all resources used by the interface. Each interface handle must be released when you are finished manipulating its properties and invoking its methods. Once an interface has been released, it is no longer valid and subsequent ActiveX operations on the MATLAB object that represents that interface will result in errors.
Note
Releasing the interface will not delete the control itself (see delete ), since other interfaces on that object may still be active. See Releasing Interfaces for more information.
|
Example
release (a)
![]() | propedit | save | ![]() |