Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxListGroups.GetGroupAtPos(TPoint) Method

Provides access to the list group at the specified point.

#Declaration

Delphi
function GetGroupAtPos(const P: TPoint): TdxListGroup;

#Parameters

Name Type Description
P TPoint

A point in the List View control to which the list group collection belongs.

#Returns

Type Description
TdxListGroup

A list group.

#Remarks

A GetGroupAtPos function returns nil (in Delphi) or nullptr(in C++Builder) if the specified point does not belong to a list group.

See Also