Skip to content

DEO_Object - dbView

Indicates whether the control is a Data Entry Object (DEO) container

Type: Property
Access: Read-Only
Data Type: Integer
Parameters: None

Syntax

Property Integer DEO_Object
Access Type Syntax
Read Access: Get DEO_Object to IntegerVariable

Description

Any DEO container has DEO_Object set true, which means that it is a DEO object, but a container, not a control.

Use DEO_Control_Object to determine whether a control is a DEO object rather than a DEO container. Any DEO control will also return true for DEO_Object because of delegation (DEO controls must always reside in DEO containers).