GetItemAt(Pt: IPoint; [FullRow: Boolean = False]): Integer;
Pt. The point, in which component element can be obtained.
FullRow. Method for getting element.
The GetItemAt method gets the component element in the specified point.
Available values of the FullRow parameter:
True. An element can be obtained by selecting a row where it is located.
False. Default. An element can be obtained only in the specified point.
See also: