company logo

ADT_Types - - internal feature (not documented)

Enumarators overview

Enumerator details

  1. ADT_undefined - No expression type defined

    The property defined is not included in the view. This type can be used for disabling view properties temporarily.

    Code: 0
    to list
  2. ADT_PropertyPath - Property path

    The data source for the property is referred to as property path. The path must start with a property, which is part of the view domain.

    Code: 1
    to list
  3. ADT_Function - Function

    The data reference is evaluated by a function, which must be defined in the structure context of the view.

    Code: 2
    to list
  4. ADT_Expression - Expression

    The property is evaluated by means of an expression, which must be a valid expression in the context of the view domain.

    Code: 3
    to list
  5. ADT_Constant - Constant value

    The view is defined as constant value. Depending on the data type of the constant the numerical (REAL) value or a string value is created. You may, however, define the type of the value explicit in the data type for the view property.

    Code: 4
    to list
  6. ADT_Type - Type name

    The data reference returns the type name of the structure of the current context (property handle). When the property handle is referring to a view or temporary collection, the type name is a temporary name created by the system. You may use the type name, however, for weak typed collections to determine the current type of an instance.

    Code: 7
    to list
  7. ADT_View - View reference

    A view reference refers to an operational view, which is a specific expression. Usually, view references are handled in the same way as expressions, and the view reference type is used only for better definition of a data reference.

    Code: 10
    to list