Skip to main content
A newer version of this page is available. .

TcxGridRecordHitTest.CanClick Method

Determines whether a click on the inspected grid record can initiate record management operations.

Declaration

class function CanClick: Boolean; virtual;

Returns

Type
Boolean

Remarks

When a click on the inspected grid element can initiate record management operations (such as drag-and-drop, focusing and selection) the CanClick function returns True. Otherwise, False is returned.

The CanClick function returns True for grid records by default. TcxGridRecordHitTest descendants override the CanClick function to provide return values specific to the grid elements which they’re associated with.

See Also