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

TcxDataFindCriteriaChange Enum

Enumerates types of data search criteria changes.

#Declaration

Delphi
TcxDataFindCriteriaChange = (
    fccText,
    fccBehavior,
    fccItems,
    fccUseExtendedSyntax
);

#Members

Name
fccText
fccBehavior
fccItems
fccUseExtendedSyntax

#Remarks

Options include:

Value Description
fccText Indicates that a data controller‘s FindCriteria.Text property value has changed.
fccBehavior Indicates that a data controller’s FindCriteria.Behavior property value has changed.
fccItems Indicates that a data controller’s FindCriteria.AddItem, FindCriteria.RemoveItem, or FindCriteria.ClearItems procedure has changed the list of search sources.
fccUseExtendedSyntax Indicates that a data controller’s FindCriteria.UseExtendedSyntax property value has changed.

The following public API members reference the TcxDataFindCriteriaChange type:

See Also