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.FindByHeader(string,TdxListGroup) Method

Searches the collection for a group with the specified header text.

#Declaration

Delphi
function FindByHeader(const AHeader: string; out AGroup: TdxListGroup): Boolean;

#Parameters

Name Type Description
AHeader string

A group header text.

AGroup TdxListGroup

The found group.

#Returns

Type Description
Boolean

True if the function finds a group with the specified header text; otherwise, False.

#Remarks

A FindByHeader function call returns the first group in the collection whose Header property value equals the AHeader parameter value.

See Also