TdxListGroups.GetGroupAtPos(TPoint) Method
In This Article
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 |
---|---|
Tdx |
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