Skip to main content

TcxCustomVerticalGrid.FocusRow(TcxCustomRow,Integer) Method

Sets focus in the ACellIndex cell of the ARow row.

Declaration

procedure FocusRow(ARow: TcxCustomRow; ACellIndex: Integer = 0);

Parameters

Name Type
ARow TcxCustomRow
ACellIndex Integer

Remarks

Use the FocusRow method to set focus on the ARow row by code. The ACellIndex parameter is useful when working with multi editor rows because this parameter provides indexed access to the items in the multi editor row (see the TcxMultiEditorRowProperties.Editors property).

See Also