Skip to main content

TcxCustomGridRecord.GetLastFocusableChild(Boolean) Method

Gets the last child record for the current record.

Declaration

function GetLastFocusableChild(ARecursive: Boolean): TcxCustomGridRecord; virtual;

Parameters

Name Type
ARecursive Boolean

Returns

Type
TcxCustomGridRecord

Remarks

The method is implemented only in a master row (TcxGridMasterDataRow) which identifies a particular detail View clone (see the Data Representation topic for additional information on clones and patterns). For other records NIL is returned. GetLastFocusableChild obtains a reference to the last record within the corresponding active detail View. If ARecursive is True, then children of the last expanded detail row are taken into account.

See Also