DataObject
DataObject can be used for the direct manipulation of controls within a DataWindow object from a script.
This category lists the objects that implement DataObject:
- DataObject
- IDataObject
- DwoType
- IDwo
- IDwoColumn
- IDwoCompute
- IDwoDataWindow
- IDwoGroup
- IDwoList
- IDwoReadOnly
- IDwoReadOnlyColumn
- IDwoReadOnlyCompute
- IDwoReadOnlyDataWindow
- IDwoReadOnlyGroup
- IDwoReadOnlyList
- IDwRelease
- IReadOnlyDataObject
The objects starting with the letter "I" is an interface ("I" short for "interface"); and the ones without the "I" are classes. The class implements the interface. So normally the class only contains documentation for constructors, while the interface contains documentation for methods and properties.