TcxCustomGridRecord.GetFirstFocusableChild Method
Returns the first child record for the current record.
Declaration
function GetFirstFocusableChild: TcxCustomGridRecord; virtual;
Returns
Type |
---|
TcxCustomGridRecord |
Remarks
The method is in effect only for 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. GetFirstFocusableChild returns the first record in the associated active detail View which can be focused.
Note that if a detail is not opened for the master record, GetFirstFocusableChild returns NIL.
See Also