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.FocusDetails(Integer) Method

Recursively focuses records in all the active details which correspond to the specified master record.

#Declaration

Delphi
procedure FocusDetails(ARecordIndex: Integer);

#Parameters

Name Type
ARecordIndex Integer

#Remarks

The FocusDetails method focuses records in all the active details which correspond to the specified master record. The master record is identified by the ARecordIndex parameter which specifies its record index (the position of the record in the underlying data source). This method recursively traverses all the active details for which detail data controllers have been created and focuses records within these active details (if they’re not focused).

This method is for internal use only.

See Also