OP Delete 4D Server

4D - Documentation   Français   English   German   4D Open for 4D, Command Theme List   4D Open for 4D, Command Alphabetical List   Back   Previous   Next

version 1.5


OP Delete 4D Server (serverID) Longint

ParameterTypeDescription
serverIDLongintUnique ID of server to be erased
Function resultLongintError code result for the function

Description

OP Delete 4D Server clears the space in memory allocated to the process by the server.

This function clears the space in memory on the 4D Open client machine used to keep track of the network server location. Call this routine after you have closed all connections to a server.

If you apply this function to a server to which you are still connected, the routine does nothing and returns an error.

Error Codes

If the function was successful, OP Delete 4D Server returns 0. Otherwise this function returns one of the following errors:

Error CodeDescription
10128The 4D Open for 4th Dimension package has not been initialized.
10133The server does not exist.
10134The server is currently in use. It cannot be deleted.
10154This command cannot be executed right now.

See Also

OP Find 4D Server, OP Select 4D Server.


4D - Documentation   Français   English   German   4D Open for 4D, Command Theme List   4D Open for 4D, Command Alphabetical List   Back   Previous   Next