DDEShareDel
(Engine-Level Function)
| Description | Deletes a DDE share name from the SYSTEM.ini file or the registry and returns its own error code. |
| Returns | Boolean |
| Usage | Script Only. |
| Function Groups | DDE |
| Related to: | DDE | DDEPoke | DDEShareAdd | SetDDEServer |
| Format | DDEShareDel(ShareName) |
| Parameters |
| ShareName |
| Required. Any text expression that gives the DDE share name. |
| Comments |
VTScada DDE functionality is deprecated as of version 12.0.00 and should not be used in new applications. Extreme care is advised for its continued use. Special configuration is required to run, please reference Use VTScada as a DDE Server. The return value of this function is true if successful, false if unsuccessful, and invalid if not attempted (i.e. invalid parameters). |