TdxListGroups.GetGroupAtPos(TPoint) Method
Provides access to the list group at the specified point.
Declaration
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