Ignore:
Timestamp:
Mar 11, 2011, 1:00:06 PM (13 years ago)
Author:
george
Message:
  • Removed: UCDClientPanel replaced by TCDManagerItem and it's descendend.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Docking/CoolDocking/UCDConjoinForm.pas

    r189 r194  
    66
    77uses
    8   Classes, SysUtils, UCDCommon, UCDClientPanel;
     8  Classes, SysUtils, UCDCommon;
    99
    1010type
     
    4040begin
    4141  TCDManager(DockManager).Visible := False;
    42   // Hide all docked childs
    43   with TCDManager(DockManager) do
    44   for I := 0 to DockPanels.Count - 1 do
    45     if Assigned(TCDClientPanel(DockPanels[I]).Control) then begin
    46       TCDClientPanel(DockPanels[I]).Control.Tag := Integer(dhtTemporal);
    47       TCDClientPanel(DockPanels[I]).Control.Hide;
    48     end;
    4942end;
    5043
Note: See TracChangeset for help on using the changeset viewer.