Skip to main content

TcxDataFindCriteriaChange Enum

Enumerates types of data search criteria changes.

Declaration

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