Main_DD - cWebView
Identifies the DataDictionary object that controls the database file, the data from which is central to this object's function
Type: Property
Access: Read/Write
Data Type: Handle
Parameters: None
Syntax
Property Handle Main_DD
| Access Type | Syntax |
|---|---|
| Read Access: | Get Main_DD to HandleVariable |
| Write Access: | Set Main_DD to HandleVariable/Value |
Description
The Main_DD property identifies the DataDictionary object that controls the database file, the data from which is central to this object's function. The main DataDictionary must be one of the DataDictionaries contained within the WBO object.
DataFlex Code
Set Main_DD to (oCustomer_DD(self))
Get Main_DD to hDDObjectID