Skip to main content

TcxCustomDataController.GetMasterDataController Method

Returns the master data controller for the current detail data controller.

Declaration

function GetMasterDataController: TcxCustomDataController; virtual;

Returns

Type
TcxCustomDataController

Remarks

A single master-detail relationship is represented by two data controllers (master and detail). The GetMasterDataController function returns the master data controller associated with the current detail data controller.

See the TcxCustomDataController topic for more information on representing master-detail relationships using data controllers.

See Also