Changeset 432 for trunk/Packages
- Timestamp:
- Apr 28, 2022, 10:46:44 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/CevoComponents/BaseWin.pas
r431 r432 71 71 72 72 procedure CreateOffscreen(var Offscreen: TBitmap); 73 function WindowMode Persistent(Mode: TWindowMode): TWindowMode;73 function WindowModeMakePersistent(Mode: TWindowMode): TWindowMode; 74 74 procedure Register; 75 75 … … 144 144 if Key = VK_F1 then begin 145 145 if Assigned(ShowNewContentProc) then 146 ShowNewContentProc(WindowMode Persistent(FWindowMode), HelpContext);146 ShowNewContentProc(WindowModeMakePersistent(FWindowMode), HelpContext); 147 147 end else 148 148 if FWindowMode = wmPersistent then begin
Note:
See TracChangeset
for help on using the changeset viewer.