Skip to main content

TcxCustomGridRecord.CanFocus Method

Determines whether the record can be focused.

Declaration

function CanFocus: Boolean; virtual;

Returns

Type
Boolean

Remarks

This function returns True when the record can be focused. Otherwise, False is returned.

By default, this function returns True unless the View’s OnCanFocusRecord event is handled to prohibit this record from being focused.

Set the Focused property to True to move the focus to the current record.

See Also