mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-25 16:09:33 +02:00
comment
git-svn-id: trunk@55714 -
This commit is contained in:
parent
380e645438
commit
135bc33828
@ -1661,7 +1661,7 @@ type
|
||||
property Enabled: Boolean read GetEnabled write SetEnabled stored IsEnabledStored default True;
|
||||
property Font: TFont read FFont write SetFont stored IsFontStored;
|
||||
property IsControl: Boolean read FIsControl write FIsControl;
|
||||
property MouseEntered: Boolean read FMouseInClient; deprecated 'use MouseInClient instead';// changed in 1.9
|
||||
property MouseEntered: Boolean read FMouseInClient; deprecated 'use MouseInClient instead';// changed in 1.9, will be removed in 1.11
|
||||
property MouseInClient: Boolean read FMouseInClient;
|
||||
property OnChangeBounds: TNotifyEvent read FOnChangeBounds write FOnChangeBounds;
|
||||
property OnClick: TNotifyEvent read FOnClick write FOnClick;
|
||||
|
Loading…
Reference in New Issue
Block a user