Changeset 193 for Docking/CoolDocking/UCDPopupMenu.pas
- Timestamp:
- Mar 11, 2011, 10:57:39 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Docking/CoolDocking/UCDPopupMenu.pas
r192 r193 200 200 if PopupComponent is TPageControl then 201 201 with TPageControl(PopupComponent) do begin 202 TCD StyleTabs(Manager).TabsPos := hpAuto;202 TCDManagerTabs(Manager).TabsPos := hpAuto; 203 203 end else 204 204 if PopupComponent is TCDHeader then … … 212 212 if PopupComponent is TPageControl then 213 213 with TPageControl(PopupComponent) do begin 214 TCD StyleTabs(Manager).TabsPos := hpLeft;214 TCDManagerTabs(Manager).TabsPos := hpLeft; 215 215 end else 216 216 if PopupComponent is TCDHeader then … … 224 224 if PopupComponent is TPageControl then 225 225 with TPageControl(PopupComponent) do begin 226 TCD StyleTabs(Manager).TabsPos := hpRight;226 TCDManagerTabs(Manager).TabsPos := hpRight; 227 227 end else 228 228 if PopupComponent is TCDHeader then … … 236 236 if PopupComponent is TPageControl then 237 237 with TPageControl(PopupComponent) do begin 238 TCD StyleTabs(Manager).TabsPos := hpTop;238 TCDManagerTabs(Manager).TabsPos := hpTop; 239 239 end else 240 240 if PopupComponent is TCDHeader then … … 248 248 if PopupComponent is TPageControl then 249 249 with TPageControl(PopupComponent) do begin 250 TCD StyleTabs(Manager).TabsPos := hpBottom;250 TCDManagerTabs(Manager).TabsPos := hpBottom; 251 251 end else 252 252 if PopupComponent is TCDHeader then
Note:
See TracChangeset
for help on using the changeset viewer.