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

TdxCustomLayoutHitTest.HitTestCode Method

Identifies the element (the client area, group, item, the Customization Form, etc.) located at the inspected point.

Declaration

function HitTestCode: Integer; virtual;

Returns

Type
Integer

Remarks

In the TdxCustomLayoutHitTest class, the HitTestCode function returns the htError constant value. Some TdxCustomLayoutHitTest descendants override this function to return an element-specific constant.

See Also