Ignore:
Timestamp:
Jan 3, 2011, 8:23:44 AM (14 years ago)
Author:
george
Message:
  • Added: TListString benchmark.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Generics/TemplateGenerics/Demo/UMainForm.lfm

    r110 r111  
    5656    TabOrder = 4
    5757  end
    58   object ButtonBenchmarkList: TButton
    59     Left = 8
     58  object ButtonBenchmarkListString: TButton
     59    Left = 10
    6060    Height = 24
    61     Top = 491
     61    Top = 456
    6262    Width = 128
    6363    Anchors = [akLeft, akBottom]
    64     Caption = 'Benchmark list'
    65     OnClick = ButtonBenchmarkListClick
     64    Caption = 'TListString'
     65    OnClick = ButtonBenchmarkListStringClick
    6666    TabOrder = 5
    6767  end
     
    7878    Left = 10
    7979    Height = 25
    80     Top = 459
     80    Top = 424
    8181    Width = 126
    8282    Anchors = [akLeft, akBottom]
    83     Caption = 'Benchmark dictionary'
     83    Caption = 'TDictionaryStringString'
    8484    OnClick = ButtonBenchmarkDictionaryClick
    8585    TabOrder = 7
     
    121121    ParentColor = False
    122122  end
     123  object Label1: TLabel
     124    Left = 10
     125    Height = 14
     126    Top = 408
     127    Width = 62
     128    Anchors = [akLeft, akBottom]
     129    Caption = 'Benchmarks:'
     130    ParentColor = False
     131  end
     132  object ButtonBenchmarkListPointer: TButton
     133    Left = 8
     134    Height = 24
     135    Top = 488
     136    Width = 128
     137    Anchors = [akLeft, akBottom]
     138    Caption = 'TListPointer'
     139    OnClick = ButtonBenchmarkListPointerClick
     140    TabOrder = 10
     141  end
    123142end
Note: See TracChangeset for help on using the changeset viewer.