Back to Devexpress

TcxCustomDataController.GetMasterDataController Method

vcl-cxcustomdata-dot-tcxcustomdatacontroller-1b8a2e3d.md

latest1.8 KB
Original Source

TcxCustomDataController.GetMasterDataController Method

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

Declaration

delphi
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

TcxCustomDataController.ClearDetails

TcxCustomDataController.CollapseDetails

TcxCustomDataController.GetDetailDataController

TcxCustomDataController.GetMasterRecordIndex

TcxCustomDataController.GetPatternDataController

TcxCustomDataController.IsDetailMode

TcxCustomDataController.IsPattern

Data Representation

TcxCustomDataController Class

TcxCustomDataController Members

cxCustomData Unit