Name | Description |
---|---|
Can_Delete | Returns whether delete is an allowed operation in the DDO object |
Cascade_Delete_State | Determines how a delete should be affected by the existence of child-file records that relate to the record being deleted |
Changed_State | Determines whether DEOs attached to this object have changed and/or whether a related parent record has changed |
Client_File | Returns the number of the table at the passed-in position in this object's client table list |
Client_File_Count | Returns the number of files in this object's client file list |
Current_Record | The number of the record most recently retrieved from the database |
Data_Set_Client | Returns the object id of the DataDictionary object (DDO) at position iItem in this object's container DDO list |
Data_Set_Client_Count | Returns the number of DataDictionary objects (DDOs) in this object's container DDO list |
Data_Set_Server | Returns the object id of the DataDictionary object (DDO) at position iItem in this object's server DDO list |
Data_Set_Server_Count | Returns the number of DataDictionary objects (DDOs) in this object's server DDO list |
Data_Set_User_Interface | Returns the object id of the data entry object (DEO) at position iItem in this object's user-interface DEO list |
Data_Set_User_Interface_Count | Returns the number of data entry objects (DEOs) in this object's user-interface DEO list |
Entry_Permissive_State | Determines whether changing of parent record relationships is permitted. [Obsolete] |
Field_Related_Field | Retrieves the related column of a relationship at the local DD level instead of the table level |
Field_Related_File | Retrieves the related table of a relationship at the local DD level instead of the table level |
Field_Related_FileField | Defines a relationship at the local DD level instead of the table level |
In_Use_State | Determines whether this object has at least one active user-interface object or one of this object's containers is in use |
Main_File | Identifies the table managed by this Data Dictionary class/object |
No_Delete_State | Determines whether delete operations via this object are permitted |
No_Relate_State | Determines whether relate operations will be executed after find operations by this object |
Ordering | Specifies the index which should be used for all find operations |
Parent_Changed_State | Determines if any of the DD object's parents have been changed by a find operation |
pbAutoFillFromFirst | Allows child DDOs to auto-fill from the first record |
pbDDAttach | Detemines if an Attach is limited to the current DDO Structure |
pbForeignReadOnly | Specifies whether this DD ever changes when it is used as a foreign (parent) table |
pbInheritConstraints | Determines if a main DDO should inherit its constraints (finding filters) from its parent DDOs |
pbNoCascadeDeleteStrict | Determines if your DD operates under strict or non-strict rules |
pbSmartRelate | Controls whether DataDictionaries perform relates on parent tables that are not connected to the DDO structure |
pbUseDDRelates | Determines if DD local relates should be used at all |
Read_Only_State | Determines whether save or delete operations will occur in this object's main table |
Server_File | Returns the number of the table at the passed in position in this object's server-file list |
Server_File_Count | Returns the number of table in this object's server-file list |
Should_Save | Can be used to determine if a DataDictionary Object (DDO) has changed |
Should_Save_Row | Determines if a DDO is changed according to dbGrid "row" logic |
Smart_Filemode_For_Lock | Determines the locked file mode setting for tables participating in save or delete operations |
Smart_Filemode_For_No_Lock | Determines the unlocked file mode setting for tables that should not participate in save or delete operations |
Smart_Filemode_State | Governs whether this object can use file-locking optimization for its tables |
Which_Data_Set | Returns object id of DataDictionary Object owning specified table |
Inherited Properties from cObject | |
Child_Count | Returns the number of child objects the object contains |
Delegation_Mode | Determines if and how unknown messages are delegated |
Name | Returns the full name of the object including parentage |
Object_Id | Returns the object handle of the object, can be used to determine if an object exists |
Object_Label | Returns the short name of an object |
Parent | Returns the parent of an object |
peNeighborhood | Determines how an object and its descendents participate in object neighborhood referencing |