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.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