Remove_User_Interface - BaseData_Set
Removes a table from this object's data entry object (DEO)-list
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| hoDEO | Handle | Object id of object to remove |
Syntax
Procedure Remove_User_Interface Handle hoDEO
Call Example
Send Remove_User_Interface hoDEO
Description
The Remove_User_Interface procedure removes a data entry object (DEO)-id from this object's DEO-list. If the passed-in object id is not attached to this object, no action occurs. If the removal of the passed-in object id from the set of attached DEOs makes the set empty, this object attempts to set its In_Use_State to False. If the passed-in object id's Auto_Fill_State is True and this object has no other auto-fill DEOs, it will cause Auto_Fill_State of this object to revert to its original value.
Sent by DeActivate procedure of DEOs to disconnect themselves from their server. Opposite of Add_User_Interface.