Name | Type | Description |
---|---|---|
Add_Client_File | Procedure | Adds a table to this object's related-child list (obsolete) |
Add_Server_File | Procedure | Adds a table to this object's related-parent list (obsolete) |
Add_User_Interface | Procedure | Adds the passed in hoDEO to the list of data entry objects (DEOs) for this object |
Attach_Server | Procedure | Use DDO_Server instead [Obsolete] |
AutoIncrement | Procedure | Handles incrementing of auto-increment columns |
Clear | Procedure | Clears all tables owned by this object |
Clear_All | Procedure | Clears all files owned by this object and all connected server DataDictionary objects (DDOs) |
ClearDDRelates | Procedure | Clears all local DD relationships |
ClearForTable | Procedure | Clears all tables owned by this object by redirecting Clear to the table's owner |
Constrain | Procedure | Defines constraint set for this object |
CurrentRowId | Function | Returns the RowId of the current record |
Data_Set_PostFind | Procedure | Hook after a find to allow application or removal of Data Dictionary SQL filters |
Data_Set_PreFind | Procedure | Hook prior to a find to allow application or removal of Data Dictionary SQL filters |
Detach_Server | Procedure | Disconnects this object and the specified DataDictionary object (DDO), where this object was the client of that DDO server |
Establish_Find_Direction | Procedure | Initializes the constrained find commands to perform searches using the given parameters |
Find_By_Recnum | Procedure | Finds record in specified table with record number equal to the passed in record number |
FindByRowId | Procedure | Finds record in specified table with record identity equal to the passed RowId and updates the DDO structure |
FindByRowIdEx | Function | Finds record in specified table with record identity equal to the passed RowId and updates the DDO structure, with silent find errors and returning success or failure |
HasRecord | Function | Determines if the DataDictionary object (DDO) has a current record |
IsCascadeDeleteAllowed | Function | Determines whether a child record can be deleted |
IsNullParentAllowed | Function | Called to determine if an inactive parent DDO can be null |
IsRelatesToConstrained | Function | Determines if a child DDO is currently constrained to a particular parent table |
Locate_Next | Procedure | Finds the next logical record using the passed in find mode, file, and index specified in a prior Establish_Find_Direction invocation |
Operation_Not_Allowed | Procedure | Executes the error command with the passed in error number. Intended for augmentation |
ParentDDOSwitched | Function | Determines whether the parent DDO has switched to a different record |
Read_By_Recnum | Procedure | Finds record in specified tabile with record number equal to the passed in record number |
ReadByRowId | Procedure | Finds record in specified table with record identity equal to the passed RowId without updating or altering the DDO structure |
ReadByRowIdEx | Function | Finds record in specified table with record identity equal to the passed RowId without updating or altering the DDO structure, with silent find errors and returning success or failure |
Rebuild_Constraints | Procedure | Builds the constraint set for a DDO |
RebuildAllConstraints | Procedure | Can be sent to any DDO within a DDO structure to rebuild all constraint within the structure |
Refind_Records | Procedure | Checks to see if the record in the global table buffer is the same as the record in the DDO buffer and refinds the record in the global table buffer if needed |
Remove_Client_File | Procedure | Removes a table from this object's container-file list |
Remove_Server_File | Procedure | Removes a table from this object's server-file list |
Remove_User_Interface | Procedure | Removes a table from this object's data entry object (DEO)-list |
Request_Assign | Procedure | Causes the Refresh message to be sent to all data entry objects for this object and its client and server DataDictionary objects as appropriate |
Request_Clear_File | Procedure | Performs the Clear command on the specified table of the data-server structure |
Request_Delete | Procedure | Responsible for deleting a record in the DDO for the main_file, updating all parent DDOs (and tables) and possibly deleting all child records |
Request_Entry_Update | Procedure | Sends entry_update to all DEOs of the data set and DEOs of servers of the data set as required to store changes to record buffers |
Request_Find | Procedure | Finds on specified table using given find mode and index |
Request_Read | Procedure | Finds on specified table using given find mode and index |
Request_Relate | Procedure | Performs a relate on the specified table without initializing the done-array |
Request_Save | Procedure | Saves all changes in DEOs attached to this object or to any DDO that is a server of this object directly or indirectly |
Request_Superfind | Procedure | Performs superfind on the designated table by the Main_Index of the designated field and notifies all connected DataDictionary objects (DDOs) of the result |
Request_Validate | Function | Request_Validate sends validation messages to all DDO Field's that will participate in the upcoming save |
Validate_Constraints | Function | Validates this object's constraints against the record buffer's current content |
Inherited Methods from cObject | ||
ChildByIndex | Function | Can be used to iterate the direct children of an object |
ClassSuperClass | Function | Returns the superclass of the passed class |
Create | Function | Creates an object based on the passed Class Id |
CreateNamed | Function | Creates an object based on the passed Class Id and assigns it a name Name based on a passed name |
Destroy | Procedure | Destroys the object that receives the message and any child objects of that object |
Exit_Application | Procedure | Starts the process of closing an application |
IsClassOfClass | Function | Determines whether the target class is part of the searched class's hierarchy |
IsObjectOfClass | Function | Determines whether the passed class is part of the object's class hierarchy |
ObjectClass | Function | Returns the integer class ID assigned to the class this object is based on |
Request_Destroy_Object | Procedure | Use the Destroy method instead [Obsolete] |