TcxCustomGridTableView.MakeMasterGridRecordVisible Method
Makes the master View record owning the current View visible.
Declaration
procedure MakeMasterGridRecordVisible;
Remarks
Use the MakeMasterGridRecordVisible method to display the master View record owning the current View as a detail. This can be useful if the master View must be scrolled through to locate the required record.
Note
If the MakeMasterGridRecordVisible method is called for the current View class instance, then it does nothing. This happens due to the fact that when a master grid record has a visible detail View, then this View is represented via a clone of a View class instance assigned to an appropriate level of hierarchy. Call the MakeMasterGridRecordVisible method for an appropriate clone for the correct results.
See Also