D2000 VBApi - Interface status detection
The interface D2000 VBApi is represented by a
client process of D2000 system and is implemented as a dll library. When it is
used by the program MS Excel, a situation, when several sheets (opened
simultaneously) use this interface, can occur. As each sheet may be also
opened separately, it must implement the interface initialisation. If the
interface is, or has been initialized by other sheet, this operation is useless.
Each sheet should, therefore, detect the state of the interface before its
initialisation.
This is
allowed by the procedure VBApiIsConnected that may be called at any
moment.
Related pages: