Main_DD - cWebCard
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 WO object.
If there is no DDO structure in the cWebGroup or cWebCard, it will delegate and return the Main_DD of its parent.
DataFlex Code
Set Main_DD to (oCustomer_DD(self))
Get Main_DD to hDDObjectID