Skip to content

Class: cBaseDEOServer

Include: Use Db\cBaseDEOServer.pkg

Hierarchy: cObject -> cBaseDEOServer

Package: Db\cBaseDEOServer.pkg

cBaseDEOServer coordinates bound controls with a Data Dictionary server and exposes refresh status helpers.

Properties

See Properties.

Name Purpose
Server Data Dictionary server handle.
Auto_Fill_State Controls automatic fill behavior.

Methods

See Methods.

Name Purpose
DDRefreshTableStatus Returns refresh status for a table.
DEO_Control_Object Returns true for DEO control objects.
DEO_Find_Object Returns true for DEO find objects.
ServerDEO Returns the server DEO handle.

Events

See Events.

Name Purpose
Refresh Refreshes bound DEO state for the supplied mode.

Example

Set Server of oCustomerView to oCustomer_DD
Send Refresh of oCustomerView MODE_CLEAR

See also