Ignore:
Timestamp:
Feb 29, 2016, 5:23:37 PM (8 years ago)
Author:
chronos
Message:
  • Modified: TForm title bar implemented using controls.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • os/trunk/Xvcl/Xvcl.Classes.pas

    r7 r14  
    168168constructor TComponent.Create;
    169169begin
     170  FName := ClassName;
    170171  FComponents := TObjectList<TComponent>.Create;
    171172end;
Note: See TracChangeset for help on using the changeset viewer.