Changeset 13 for trunk/UFormSearch.pas


Ignore:
Timestamp:
May 9, 2014, 12:37:10 AM (10 years ago)
Author:
chronos
Message:
  • Added: Basic parsing of "Depends on" expressions.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        33LinuxBuilder.lps
        44LinuxBuilder.res
         5backup
  • trunk/UFormSearch.pas

    r6 r13  
    5050    FormMain.Config.TopNode.Search(EditText.Text, List);
    5151    ListView1.Items.Clear;
     52    ListView1.Items.BeginUpdate;
    5253    for I := 0 to List.Count - 1 do
    5354    with TMenuNode(List[I]) do begin
     
    5960    end;
    6061  finally
     62    ListView1.Items.EndUpdate;
    6163    List.Free;
    6264  end;
Note: See TracChangeset for help on using the changeset viewer.