User guide
DOKuStar Validation Programming Manual Page • 50
Data Objects
Dataset
The Dataset is the topmost object in DOKuStar Validation concerning the data, and can be accessed from the
Application object via:
Application.Project.Dataset
Every sub-object of the Dataset object has a property called Dataset, which delivers a pointer to its parent
Dataset object. Example:
Field.Dataset
Furthermore, there are often properties that point to the parent(s) of an object. The Field object, for example, has a
property called
Document which delivers its parent Document object.
Properties of the
Dataset object:
Property Returns Description
Schema Schema Delivers a schema object which describes the batch structure
Data Data Delivers a data object which describes the batch data
Controller Controller
Delivers the controller object which describes the behavior of the
data set