Ignore:
Timestamp:
Oct 30, 2010, 6:39:12 PM (14 years ago)
Author:
george
Message:
  • Added: Ability of TListObject to own items and be able to free them on deletion and list destruction.
Location:
Generics/TemplateGenerics/Demo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Generics/TemplateGenerics/Demo

    • Property svn:ignore
      •  

        old new  
        11lib
        22Demo.exe
         3heaptrclog.trc
         4Demo
  • Generics/TemplateGenerics/Demo/UMainForm.lfm

    r76 r78  
    44  Top = 129
    55  Width = 478
     6  ActiveControl = ButtonIntegerList
    67  Caption = 'Template generics demo'
    78  ClientHeight = 397
     
    7475    TabOrder = 6
    7576  end
     77  object ButtonListObject: TButton
     78    Left = 7
     79    Height = 25
     80    Top = 163
     81    Width = 113
     82    Caption = 'TListObject'
     83    OnClick = ButtonListObjectClick
     84    TabOrder = 7
     85  end
    7686end
Note: See TracChangeset for help on using the changeset viewer.