TdxListGroups.GetItemAtPos(TPoint) Method
In This Article
Provides access to the list item at the specified point.
#Declaration
Delphi
function GetItemAtPos(const P: TPoint): TdxListItem;
#Parameters
Name | Type | Description |
---|---|---|
P | TPoint | A point in the List View control to which the group collection belongs. |
#Returns
Type | Description |
---|---|
Tdx |
A list item. |
#Remarks
A GetItemAtPos function returns nil (in Delphi) or nullptr(in C++Builder) if the specified point does not belong to a list item.
See Also