Detach_Server - BaseData_Set

Disconnects this object and the specified DataDictionary object (DDO), where this object was the client of that DDO server

Type: Procedure

Parameters: Handle hoServer

ParameterDescription
hoServerObject id of the DDO to disconnect


Syntax
Procedure Detach_Server Handle hoServer

Call: Send Detach_Server hoServer


Description

The Detach_Server procedure disconnects this object and the specified DataDictionary object (DDO), where this object was the client of that DDO server.

Sample

Object DD1 is a Parent_DataDictionary
End_Object  // DD1

Object DD2 is a Child_DataDictionary
End_Object  // DD2

Send Detach_Server of DD2 DD1