![]() |
(SST) ShlWAPIFunctionInfo Version 1.0 |
---|---|
Developer Reference |
Record/structure that contains fields/members corresponding to the the three, basic, search options offered by the standard, Windows, "Find Text" dialog. |
Scope |
---|
Global (i.e. variables of this type can be declared in any unit that uses/includes the unit in which it is defined/declared). |
Syntax |
---|
TYPE TSSTBasicTextSearchOptions = RECORD WholeWordsOnly : BOOLEAN; MatchCase : BOOLEAN; SearchDirIsDown : BOOLEAN; END; |
Members/Fields | |
---|---|
WholeWordsOnly | A boolean value that determines whether or not to search for whole words only. |
MatchCase | A boolean value that determines whether or not to perform a case sensitive search. |
SearchDirIsDown | A boolean value that indicates the direction of the search. |
Values |
---|
A variable of this type accepts three, single byte, boolean variables. |
Remarks |
---|
Currntly (June 2016) the WholeWordsOnly member/field is ignored by all unmodified, ShlWAPIFunctionInfo functions that use the record. |
Requirements | |
---|---|
Unit | (Declared and implemented in) SSTNewUnit.pas |
Library | SSTNewUnit.dcu/SSTNewUnit.obj |
See Also | |
---|---|
SSTNewUnit | |
Windows APIs: FindText, FINDREPLACE, ReplaceText, Common Dialog Box Functions. |
Document/Contents version 1.00 Page/URI last updated on April 30, 2022 |
Copyright © Stoelzel Software Technologie (SST) 2010 - 2017 |
Suggestions and comments mail to: webmaster@stoelzelsoftwaretech.com |