Browse Source

Fix TControl's Hint double listing.

Martijn Laan 7 năm trước cách đây
mục cha
commit
3073ff854d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      ISHelp/isxclasses.pas

+ 0 - 1
ISHelp/isxclasses.pas

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