TcxCustomDataController.ClearDetailLinkObject(Integer,Integer) Method
Recreates a particular detail clone.
Declaration
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