Home > Products > CSHTMLDiff Control > Documentation > User Guide
|
OCXBlanksMode
|
Previous Top Next |
|
|
| Enum OCXBlanksMode
|
|
|
| Values
|
|
|
| obmNone | = 0 Blank (whitespace) characters are treated as any other character.
|
| obmIgnore | = 1 Smart mode - One or more consecutive whitespace characters are treated as a single whitespace character. i.e, ignore multiple blanks.
|
| obmIgnoreAll | = 2 All whitespace characters are ignored.
|
| For example, the phrases "John Dough", "John Dough" and "JohnDough" are considered identical
|
|
|
| Remarks
|
|
|
| Determines how whitespace characters are treated during comparison.
|
|
|
| See Also
|
|
|
| blanksMode property, Design-Time - Engine Preferences
|
|
|
|
|
|
|