JCL Help:TSearchFlag

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Flags used in the search class.


Pascal

 public TSearchFlag = (
sfCaseSensitive,
sfIgnoreNonSpacing,
sfSpaceCompress,
sfWholeWordOnly
);
TSearchFlags = set of TSearchFlag;


Members

Members Description
sfCaseSensitive Match letter case
sfIgnoreNonSpacing Ignore non-spacing characters in search
sfSpaceCompress Handle several consecutive white spaces as one white space (this applies to the pattern as well as the search text)
sfWholeWordOnly Match only text at end/start and/or surrounded by white spaces


Description

Flags used in the search class.


See Also

TSearchEngine


About

Unit

JclWideStrings


Navigation

no pages or subcategories

Donator

Mike Lischke


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page