Main_File
Set Main_File to Customer.File_Number
This identifies the Data Dictionary’s table. It must always be set and once set cannot be changed. Setting this property is the minimum requirement of a Data Dictionary. The most basic Data Dictionary class could be created as follows:
Class cTheMostSimpleCustomer_DD is a DataDictionary
Procedure Construct_Object
Forward Send Construct_Object
Set Main_File to MyTable.File_Number
End_Procedure
End_Class