IdeIntf propedits: Do not allow to set caption for TCustomShortCutGrabBox

git-svn-id: trunk@16482 -
This commit is contained in:
tombo 2008-09-08 11:10:10 +00:00
parent ad067e953d
commit 83db1b5f7a

View File

@ -1452,6 +1452,7 @@ type
procedure OnKeyComboboxEditingDone(Sender: TObject);
protected
procedure Loaded; override;
procedure RealSetText(const Value: TCaption); override;
procedure UpdateShiftButons;
procedure Notification(AComponent: TComponent; Operation: TOperation);
override;
@ -6829,6 +6830,11 @@ begin
UpdateShiftButons;
end;
procedure TCustomShortCutGrabBox.RealSetText(const Value: TCaption);
begin
// do not allow to set caption
end;
procedure TCustomShortCutGrabBox.UpdateShiftButons;
var
s: TShiftStateEnum;