Ignore:
Timestamp:
May 8, 2013, 1:52:33 PM (11 years ago)
Author:
chronos
Message:
  • Added: Support for mouse move handling. Now forms can be moved by dragging title bar.
  • Fixed: Clearing background during painting in screen and forms.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Xvcl/Xvcl.Generics.pas

    r22 r23  
    44
    55type
    6   TList<T> = class;
    7 
    8 
    9 
    106  TList<T> = class
    117  private
     
    3531implementation
    3632
    37 { TListEnumerator<T> }
     33{ TList<T>.TEnumerator }
    3834
    3935function TList<T>.TEnumerator.GetCurrent: T;
Note: See TracChangeset for help on using the changeset viewer.