Property Integer Main_File
Read Access: | Get Main_File to IntegerVariable |
Write Access: | Set Main_File to IntegerVariable/Value |
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_ClassSee Also