|
SearchFields Property
Description:
Table can have many columns, but just few of them, often only one
will is needed for text searching. With this property you
can specify which columns will be searched. It is needed only to write
column names separated by comma.
Data type: String
Default value : empty string
Example:
Caption, ShortText and LargeText are names of columns in database
table where searching is required:
SearchControl1.SearchFields =
“Caption, ShortText,
LargeText”;
|
|