Ignore:
Timestamp:
May 22, 2016, 12:17:37 PM (9 years ago)
Author:
RBRi
Message:

remove usage of ACLStringUtility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Components/Outline2.PAS

    r15 r395  
    44
    55Uses
    6   Classes, Forms, SysUtils, BseDos;
     6  Classes,
     7  Forms,
     8  SysUtils,
     9  BseDos;
    710
    811{
     
    455458uses
    456459  Messages,
    457   ACLStringUtility,
    458   ControlScrolling;
     460  ControlScrolling,
     461  StringUtilsUnit;
    459462
    460463// ============================================================================
     
    22142217      exit;
    22152218
    2216     if StrStarts( S, Node.Text ) then
     2219    if StrStartsWithIgnoringCase(Node.Text, S) then
    22172220    begin
    22182221      // found
Note: See TracChangeset for help on using the changeset viewer.