Browse Source

Fix typo.

Martijn Laan 8 months ago
parent
commit
91785a91e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ISHelp/isxclasses.pas

+ 1 - 1
ISHelp/isxclasses.pas

@@ -282,7 +282,7 @@ TForm = class(TScrollingWinControl)
   property Font: TFont; read write;
   property Font: TFont; read write;
   property FormStyle: TFormStyle; read write;
   property FormStyle: TFormStyle; read write;
   property KeyPreview: Boolean; read write;
   property KeyPreview: Boolean; read write;
-  property PopupMode: TPopupMenu; read write;
+  property PopupMode: TPopupMode; read write;
   property PopupParent: TForm; read write;
   property PopupParent: TForm; read write;
   property Position: TPosition; read write;
   property Position: TPosition; read write;
   property OnActivate: TNotifyEvent; read write;
   property OnActivate: TNotifyEvent; read write;