Skip to main content

TcxCustomDataController.FocusDetails(Integer) Method

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

Declaration

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