Changeset 211 for trunk/Components/Outline2.PAS
- Timestamp:
- Jun 13, 2007, 8:32:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Components/Outline2.PAS
r15 r211 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( S, Node.Text ) then 2217 2220 begin 2218 2221 // found
Note:
See TracChangeset
for help on using the changeset viewer.