DDEShareDel
| 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 | The return value of this function is true if successful, false if unsuccessful, and invalid if not attempted (i.e. invalid parameters). |