TItemFind identifies the type of search in an OnDataFind event handler.
TItemFind = ( ifData, ifPartialString, ifExactString, ifNearest );
enum TItemFind { ifData, ifPartialString, ifExactString, ifNearest };
ComCtrls
TItemFind can have one of the following values:
Value |
Meaning |
ifData |
Search for matching Data. |
ifPartialString |
Search for a partial string match. |
ifExactString |
Search for an exact string match. |
ifNearest |
Search for the nearest match. |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|