Changeset 395 for trunk/Components/Outline2.PAS
- Timestamp:
- May 22, 2016, 12:17:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Components/Outline2.PAS
r15 r395 4 4 5 5 Uses 6 Classes, Forms, SysUtils, BseDos; 6 Classes, 7 Forms, 8 SysUtils, 9 BseDos; 7 10 8 11 { … … 455 458 uses 456 459 Messages, 457 ACLStringUtility,458 ControlScrolling;460 ControlScrolling, 461 StringUtilsUnit; 459 462 460 463 // ============================================================================ … … 2214 2217 exit; 2215 2218 2216 if StrStarts ( S, Node.Text) then2219 if StrStartsWithIgnoringCase(Node.Text, S) then 2217 2220 begin 2218 2221 // found
Note:
See TracChangeset
for help on using the changeset viewer.