lcl: publish missed events for TBitBtn (#issue #0013350)

git-svn-id: trunk@19030 -
This commit is contained in:
paul 2009-03-19 01:33:30 +00:00
parent ab9803aa11
commit 6e808b8716

View File

@ -198,15 +198,22 @@ type
property NumGlyphs;
property OnChangeBounds;
property OnClick;
property OnContextPopup;
property OnDragDrop;
property OnDragOver;
property OnEndDrag;
property OnEnter;
property OnExit;
property OnKeyDown;
property OnKeyPress;
property OnKeyUp;
property OnMouseDown;
property OnMouseEnter;
property OnMouseLeave;
property OnMouseMove;
property OnMouseUp;
property OnResize;
property OnStartDrag;
property OnUTF8KeyPress;
property ParentFont;
property ParentShowHint;