It looks like you're new here. If you want to get involved, click one of these buttons!
procedure TForm1.SiteUpdateHotSpots(Sender: TObject;
AZone: TLMDDockZone; var EnabledAreas: TLMDHotSpotAreas);
begin
if AZone = CentralPanel.Zone then
Exclude(EnabledAreas, hsaZoneTabs);
Comments