shareh
یک شنبه 26 آذر 1385, 19:27 عصر
با سلام به دوستان
من یک کامپوننت دارم که میتونه تو DBGrid جستجو کنه.اما طریقه کارش رو نمی دونم
اگه کسی میتونه کمک کنه ممنون میشم
اینهم توضیحش:
TEstSearchDialog is the main component in the component set. This component implements the generic search functionality that is the real power of the component set. The purpose of the component is to allow end-users to make a single record selection from data in the database. After selecting the data, the application takes over to perform an action on the selected data.
The data selection process can be limited by the programmer to a subset of data from the database, defined by the SearchQuery. From this subset, the user can dynamically select a smaller subset by specifying to one or more criteria to which the data must match. The final goal is to have the user narrow down the subset enough to pick a single record from the subset.
The programmer decides how many of these criteria the user may specify, as well as the fields, comparisons and operators that can be used.
This dialog consists of 10 items of which the behavior can set by the programmer.
من یک کامپوننت دارم که میتونه تو DBGrid جستجو کنه.اما طریقه کارش رو نمی دونم
اگه کسی میتونه کمک کنه ممنون میشم
اینهم توضیحش:
TEstSearchDialog is the main component in the component set. This component implements the generic search functionality that is the real power of the component set. The purpose of the component is to allow end-users to make a single record selection from data in the database. After selecting the data, the application takes over to perform an action on the selected data.
The data selection process can be limited by the programmer to a subset of data from the database, defined by the SearchQuery. From this subset, the user can dynamically select a smaller subset by specifying to one or more criteria to which the data must match. The final goal is to have the user narrow down the subset enough to pick a single record from the subset.
The programmer decides how many of these criteria the user may specify, as well as the fields, comparisons and operators that can be used.
This dialog consists of 10 items of which the behavior can set by the programmer.