IListView.GetItemAt

Syntax

GetItemAt(Pt: IPoint; [FullRow: Boolean = False]): IListViewItem;

Parameters

Pt is a point in which the element of the component can be received.

FullRow is an optional parameter of the logical type. If the parameter is set to True, select the line in which the element is placed to receive the element of the component. If the parameter is set to False, the element can be received only in the specified point. The default the parameter is set to False.

Description

The GetItemAt method allows to receive the element of the component in the specified point.

See also:

IListView