Skip to content

Prototype_Object - DataList_

Returns the object-id of the internal object

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

Syntax

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

Description

To create rows in the data-aware list the prototype of those rows is stored in an internal object. The Prototype_Object property does return the object-id of the internal object. The name of this object is always ELEMENT.

The items in the internal object are filled with a series of ENTRY_ITEM commands which are placed between a pair of BEGIN_ROW...END_ROW commands.

Begin_Row
  Entry_Item Customer.Number
  Entry_Item Customer.Name
End_Row