mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 12:39:29 +02: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 OnStartDrag;
|
||||
property OnUTF8KeyPress;
|
||||
property ParentColor;
|
||||
property ParentFont;
|
||||
property ParentShowHint;
|
||||
property PasswordChar;
|
||||
@ -910,6 +911,7 @@ type
|
||||
property OnStartDrag;
|
||||
property OnUTF8KeyPress;
|
||||
property ParentBidiMode;
|
||||
property ParentColor;
|
||||
property ParentFont;
|
||||
property PopupMenu;
|
||||
property ParentShowHint;
|
||||
|
Loading…
Reference in New Issue
Block a user