Navigation:  ABC Library Reference > RelationManager > RelationManager Methods >====== RelationManager Methods C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

The Relation Manager contains the following methods.

AddRelation (set a file relationship)

AddRelationLink (set linking fields for a relationship)

CancelAutoInc (undo autoincrement)

Close (close a file and any related files)

Delete (delete record subject to referential constraints)

GetNbFiles(returns number of children)

GetNbRelations(returns number of relations)

GetRelation(returns reference to relation manager)

GetRelationType(returns relation type)

Init (initialize the RelationManager object)

Kill (shut down the RelationManager object)

ListLinkingFields (map pairs of linked fields)

Open (open a file and any related files)

Save (copy the current record and any related records)

SetAlias (set a file alias)

SetOpenRelated (open all related tabes)

SetQuickScan (enable QuickScan on a file and any related files)

Update (update record subject to referential constraints)

See Also:

RelationManager Functional Organization--Expected Use