Properties for DataSet

View property list in alphabetical order

NameDescription
Auto_Fill_StateDetermines what a DDO should do with a relates-to constrained child when that parent changes
Constrain_FileThe number of the table that should constrain the main file of this object
DDO_ServerThe Object_ID of this object's server DataDictionary object (DDO)
Field_Main_IndexReturns the number of the index to use for finding on the specified table column [Obsolete]

Inherited Properties from BaseData_Set

Can_DeleteReturns whether delete is an allowed operation in the DDO object
Cascade_Delete_StateDetermines how a delete should be affected by the existence of child-file records that relate to the record being deleted
Changed_StateDetermines whether DEOs attached to this object have changed and/or whether a related parent record has changed
Client_FileReturns the number of the table at the passed-in position in this object's client table list
Client_File_CountReturns the number of files in this object's client file list
Current_RecordThe number of the record most recently retrieved from the database
Data_Set_ClientReturns the object id of the DataDictionary object (DDO) at position iItem in this object's container DDO list
Data_Set_Client_CountReturns the number of DataDictionary objects (DDOs) in this object's container DDO list
Data_Set_ServerReturns the object id of the DataDictionary object (DDO) at position iItem in this object's server DDO list
Data_Set_Server_CountReturns the number of DataDictionary objects (DDOs) in this object's server DDO list
Data_Set_User_InterfaceReturns the object id of the data entry object (DEO) at position iItem in this object's user-interface DEO list
Data_Set_User_Interface_CountReturns the number of data entry objects (DEOs) in this object's user-interface DEO list
Entry_Permissive_StateDetermines whether changing of parent record relationships is permitted. [Obsolete]
Field_Related_FieldRetrieves the related column of a relationship at the local DD level instead of the table level
Field_Related_FileRetrieves the related table of a relationship at the local DD level instead of the table level
Field_Related_FileFieldDefines a relationship at the local DD level instead of the table level
In_Use_StateDetermines whether this object has at least one active user-interface object or one of this object's containers is in use
Main_FileIdentifies the table managed by this Data Dictionary class/object
No_Delete_StateDetermines whether delete operations via this object are permitted
No_Relate_StateDetermines whether relate operations will be executed after find operations by this object
OrderingSpecifies the index which should be used for all find operations
Parent_Changed_StateDetermines if any of the DD object's parents have been changed by a find operation
pbAutoFillFromFirstAllows child DDOs to auto-fill from the first record
pbDDAttachDetemines if an Attach is limited to the current DDO Structure
pbForeignReadOnlySpecifies whether this DD ever changes when it is used as a foreign (parent) table
pbInheritConstraintsDetermines if a main DDO should inherit its constraints (finding filters) from its parent DDOs
pbNoCascadeDeleteStrictDetermines if your DD operates under strict or non-strict rules
pbSmartRelateControls whether DataDictionaries perform relates on parent tables that are not connected to the DDO structure
pbUseDDRelatesDetermines if DD local relates should be used at all
Read_Only_StateDetermines whether save or delete operations will occur in this object's main table
Server_FileReturns the number of the table at the passed in position in this object's server-file list
Server_File_CountReturns the number of table in this object's server-file list
Should_SaveCan be used to determine if a DataDictionary Object (DDO) has changed
Should_Save_RowDetermines if a DDO is changed according to dbGrid "row" logic
Smart_Filemode_For_LockDetermines the locked file mode setting for tables participating in save or delete operations
Smart_Filemode_For_No_LockDetermines the unlocked file mode setting for tables that should not participate in save or delete operations
Smart_Filemode_StateGoverns whether this object can use file-locking optimization for its tables
Which_Data_SetReturns object id of DataDictionary Object owning specified table

Inherited Properties from cObject

Child_CountReturns the number of child objects the object contains
Delegation_ModeDetermines if and how unknown messages are delegated
NameReturns the full name of the object including parentage
Object_IdReturns the object handle of the object, can be used to determine if an object exists
Object_LabelReturns the short name of an object
ParentReturns the parent of an object
peNeighborhoodDetermines how an object and its descendents participate in object neighborhood referencing