IDimensionViewerBase.HitTest

Fore Syntax

HitTest(Pt: IPoint; Var Hit: HitTestResult): Integer;

Fore.NET Syntax

HitTest(Pt: Prognoz.Platform.Interop.Forms.IPoint; var Hit: Prognoz.Platform.Interop.Forms.HitTestResult): uinteger;

Parameters

Pt. The point, at which component element can be obtained.

Hit. Parameter that contains additional information.

Description

The HitTest method is an extension of the IDimensionViewerBase.GetItemAt method.

Comments

After executing the method the Hit parameter is to store the additional information.

See also:

IDimensionViewerBase