TcxDataFindCriteriaChange Enum
In This Article
Enumerates types of data search criteria changes.
#Declaration
Delphi
TcxDataFindCriteriaChange = (
fccText,
fccBehavior,
fccItems,
fccUseExtendedSyntax
);
#Members
Name |
---|
fcc
|
fcc
|
fcc
|
fcc
|
#Remarks
Options include:
Value | Description |
---|---|
fcc |
Indicates that a data controller‘s Find |
fcc |
Indicates that a data controller’s Find |
fcc |
Indicates that a data controller’s Find |
fcc |
Indicates that a data controller’s Find |
The following public API members reference the TcxDataFindCriteriaChange type:
The TcxDataFindCriteriaChanges type.
The AChange parameter of the TcxDataFindCriteriaChangedEvent procedural type.
See Also