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.FindByGroupID(Integer) Method

Searches the collection for a group with the specified identifier.

#Declaration

Delphi
function FindByGroupID(AGroupID: Integer): TdxListGroup;

#Parameters

Name Type Description
AGroupID Integer

A group identifier.

#Returns

Type Description
TdxListGroup

A list group.

#Remarks

A FindByGroupID function call returns the first group in the collection whose GroupID property value equals the AGroupID parameter value. If the collection has no group with the specified identifier, the FindByGroupID function returns nil (in Delphi) or nullptr (in C++Builder).

See Also