mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 16:19: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 DragCursor;
|
||||||
property DragKind;
|
property DragKind;
|
||||||
property DragMode;
|
property DragMode;
|
||||||
|
property Enabled;
|
||||||
property FocusControl;
|
property FocusControl;
|
||||||
property Font;
|
property Font;
|
||||||
property OnChangeBounds;
|
property OnChangeBounds;
|
||||||
@ -1086,6 +1087,8 @@ type
|
|||||||
property ParentBidiMode;
|
property ParentBidiMode;
|
||||||
property ParentFont;
|
property ParentFont;
|
||||||
property ParentColor;
|
property ParentColor;
|
||||||
|
property ParentShowHint;
|
||||||
|
property PopupMenu;
|
||||||
property ShowAccelChar;
|
property ShowAccelChar;
|
||||||
property ShowHint;
|
property ShowHint;
|
||||||
property TabOrder;
|
property TabOrder;
|
||||||
|
Loading…
Reference in New Issue
Block a user