Ignore:
Timestamp:
Mar 10, 2011, 7:55:48 AM (13 years ago)
Author:
george
Message:
  • Fixed: Insertion in regions on left and top side.
  • Added: If inserted control side is defferent than already placed controls then create conjoined subform.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Docking/CoolDocking/UCoolDockStyle.pas

    r182 r183  
    1818    procedure SetHeaderPos(const AValue: THeaderPos); virtual;
    1919    constructor Create(AManager: TCoolDockManagerBase);
    20     procedure InsertControl(NewPanel: TCoolDockClientPanel; AControl: TControl;
     20    procedure InsertControl(AControl: TControl;
    2121      InsertAt: TAlign); virtual;
     22    procedure RemoveControl(Control: TControl); virtual;
    2223    procedure UpdateClientSize; virtual;
    2324    procedure Switch(Index: Integer); virtual;
     
    5556end;
    5657
    57 procedure TCoolDockStyle.InsertControl(NewPanel: TCoolDockClientPanel;
    58   AControl: TControl; InsertAt: TAlign);
     58procedure TCoolDockStyle.InsertControl(AControl: TControl; InsertAt: TAlign);
     59begin
     60
     61end;
     62
     63procedure TCoolDockStyle.RemoveControl(Control: TControl);
    5964begin
    6065
Note: See TracChangeset for help on using the changeset viewer.