Properties - cDataDictionary¶
Include: Use Db\cDataDictionary.pkg
Properties and property-style accessors exposed by cDataDictionary.
Type: Properties
Summary¶
| Symbol | Purpose |
|---|---|
phEntity |
Runtime entity metadata attached to the DD. |
Main_File |
Compatibility entity/file accessor used by older DD code. |
Field_Current_Value |
Reads or writes a local buffer field. |
Field_Current_Value_Mid |
Reads or writes a substring of a local buffer field. |
Field_Changed_Value |
Writes a field and marks it changed when allowed. |
Field_Changed_State |
Reads or sets the changed flag for a field. |
Buffer |
Provides direct buffer access for the DD. |
CurrentRowId |
Returns the current row id. |
Ordering |
Gets or sets find ordering. |
Field_Option |
Sets or gets a field option. |
Field_Option_Boolean |
Gets a field option as a Boolean. |
Foreign_Field_Option |
Sets or gets an option by foreign-field category. |
Foreign_Field_Option_Boolean |
Gets a foreign-field option as a Boolean. |
File_Field_Effective_Option |
Resolves effective field options across DD paths. |
File_Field_Committed_Option |
Resolves committed-field option state. |
Field_Label_Short |
Sets or gets a short field label. |
Field_Label_Long |
Sets or gets a long field label. |
Field_Label |
Resolves the field label. |
Field_Status_Help |
Sets or gets field status help. |
Field_CheckBox_Values |
Sets true/false checkbox stored values. |
Field_CheckBox_Value |
Gets the stored checkbox value for a Boolean state. |
Extended_Error_File |
Returns extended error file/entity information. |
Extended_Error_Field |
Returns extended error field information. |
Extended_Error_Message |
Returns extended error text. |
Current_Validate_Field |
Returns the field currently being validated. |
Constrain_File |
Limits a child DD to an active parent. |
ActiveConstraints |
Returns active constraint state. |
phoAdapter |
Stores the current adapter object. |
Adapter |
Returns the active adapter. |
pbUpdateDEOs |
Enables DEO refresh updates. |
pbReportReentrancyErrors |
Enables operation reentrancy error reporting. |
CurrentOperationMode |
Returns the current operation mode. |
CurrentOrigin |
Returns the current operation origin. |
RootOperationMode |
Returns the root operation mode. |
pbReadOnly |
Blocks save, delete, and zero-file operations. |
Read_Only_State |
Compatibility property for read-only state. |
pbNoDelete |
Blocks request-delete operations. |
No_Delete_State |
Compatibility setter for no-delete state. |
pbCascadeDelete |
Enables allowed cascade deletes. |