RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TSearchType Enumeration

Specifies search options.

Pascal
TSearchType = (
  stWholeWord,
  stMatchCase
);
C++
enum TSearchType {
  stWholeWord,
  stMatchCase
};

ComCtrls

The available options are shown in the following table.

Option 
Description 
stWholeWord  
Specifies that the search should find the whole word only, rather than picking out partial search results. For example, if you search for foo with this options set, the search result would not include foobar.  
stMatchCase  
Specifies that the search results must match the letter casing of the search term.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!