mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 22:59:27 +02:00
TStaticText: publish properties Enabled, ParentShowHint and PopupMenu. Issues #0031313, #0031315 and #0031333.
git-svn-id: trunk@54071 -
This commit is contained in:
parent
8ce29506c5
commit
b83fd2e5a2
@ -1064,6 +1064,7 @@ type
|
||||
property DragCursor;
|
||||
property DragKind;
|
||||
property DragMode;
|
||||
property Enabled;
|
||||
property FocusControl;
|
||||
property Font;
|
||||
property OnChangeBounds;
|
||||
@ -1086,6 +1087,8 @@ type
|
||||
property ParentBidiMode;
|
||||
property ParentFont;
|
||||
property ParentColor;
|
||||
property ParentShowHint;
|
||||
property PopupMenu;
|
||||
property ShowAccelChar;
|
||||
property ShowHint;
|
||||
property TabOrder;
|
||||
|
Loading…
Reference in New Issue
Block a user