Browse Source

Fix TControl's Hint double listing.

Martijn Laan 7 years ago
parent
commit
3073ff854d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ISHelp/isxclasses.pas

+ 0 - 1
ISHelp/isxclasses.pas

@@ -181,7 +181,6 @@ TControl = class(TComponent)
   property ShowHint: Boolean; read write;
   property ShowHint: Boolean; read write;
   property Visible: Boolean; read write;
   property Visible: Boolean; read write;
   property Enabled: Boolean; read write;
   property Enabled: Boolean; read write;
-  property Hint: String; read write;
   property Cursor: Integer; read write;
   property Cursor: Integer; read write;
 end;
 end;