GetItemAt(Pt: IPoint; [FullRow: Boolean = False]): Integer;
GetItemAt(Pt: Prognoz.Platform.Interop.Forms.IPoint; FullRow: boolean): uinteger;
Pt. The point, at which component element can be obtained.
FullRow. Method of obtaining element.
The GetItemAt method allows to get the component element in the specified point.
Available values of the FullRow parameter:
True. Element can be obtained by selecting a row where it is located.
False. Default. Element can be obtained only in the set point.
See also: