IListView.GetItemAt

Syntax

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

Parameters

Pt - point, in which the component element can be received.

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

Description

The GetItemAt method enables the user to receive the component element in the specified point.

See also:

IListView