mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-23 16:59:29 +01:00
lcl: publish ParentColor property for TEdit and TMemo
git-svn-id: trunk@18915 -
This commit is contained in:
parent
ca8233b52a
commit
d9d35d2eaf
@ -855,6 +855,7 @@ type
|
|||||||
property OnResize;
|
property OnResize;
|
||||||
property OnStartDrag;
|
property OnStartDrag;
|
||||||
property OnUTF8KeyPress;
|
property OnUTF8KeyPress;
|
||||||
|
property ParentColor;
|
||||||
property ParentFont;
|
property ParentFont;
|
||||||
property ParentShowHint;
|
property ParentShowHint;
|
||||||
property PasswordChar;
|
property PasswordChar;
|
||||||
@ -910,6 +911,7 @@ type
|
|||||||
property OnStartDrag;
|
property OnStartDrag;
|
||||||
property OnUTF8KeyPress;
|
property OnUTF8KeyPress;
|
||||||
property ParentBidiMode;
|
property ParentBidiMode;
|
||||||
|
property ParentColor;
|
||||||
property ParentFont;
|
property ParentFont;
|
||||||
property PopupMenu;
|
property PopupMenu;
|
||||||
property ParentShowHint;
|
property ParentShowHint;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user