Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomDataController.ClearDetailLinkObject(Integer,Integer) Method

Recreates a particular detail clone.

#Declaration

Delphi
procedure ClearDetailLinkObject(ARecordIndex: Integer; ARelationIndex: Integer);

#Parameters

Name Type
ARecordIndex Integer
ARelationIndex Integer

#Remarks

Use the ClearDetailLinkObject method to recreate a detail clone specified by the master record index and relation index. These indexes should be passed as the ARecordIndex and ARelationIndex parameters respectively. Note that the ClearDetailLinkObject method is applied to non-pattern master data controllers, i.e. to master data controllers whose IsPattern property returns False. See the description of this for additional information.

If you need to recreate all detail clones for a particular master data controller, use the ClearDetails method instead.

See Also