Properties for DataStore objects

You can set properties of a DataStore object in code using dot notation.

Table 7-1: Setting DataStore properties using dot notation

DataStore property

Datatype

Description

DataObject

String

Specifies the name of the DataWindow or Report object associated with the control.

ClassDefinition

PowerObject

An object of type PowerObject containing information about the class definition of the object or control.

Object

DWObject

Used for the direct manipulation of controls within a DataWindow object from a script. These controls could be, for example, columns or text controls.

For information, see Chapter 4, “Accessing Data in Code” and Chapter 5, “Accessing DataWindow Object Properties in Code.”