HitTest(Pt: IPoint; Var Hit: HitTestResult): Integer;
HitTest(Pt: Prognoz.Platform.Interop.Forms.IPoint; var Hit: Prognoz.Platform.Interop.Forms.HitTestResult): uinteger;
Pt. The point, at which component element can be obtained.
Hit. Parameter that contains additional information.
The HitTest method is an extension of the IDimensionViewerBase.GetItemAt method.
After executing the method the Hit parameter is to store the additional information.
See also: