Skip to content

DEO_Control_Object - DataList

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

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

Syntax

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

Description

Any Data Entry Object (DEO) has DEO_Control_Object set true, which means that it is a DEO control object, but not a container.

Any DEO control will also return true for DEO_Object because of delegation (DEO controls must always reside in DEO containers).