DEO_Object - cDbCJGrid
Indicates that this control is a Data Entry Object (DEO)
Type: Function
Return Data Type: Boolean
Syntax
Function DEO_Object Returns Boolean
Call Example
Get DEO_Object to BooleanVariable
Description
DEO_Object returns true, which means that it is a DEO object. This can be either a DEO container or a DEO control. Use DEO_Control_Object to determine whether a control is a DEO object rather than a DEO container.
Return Value
True, indicating that this is a DEO.