lcl: TCustomListBox.ParentColor = False by default

git-svn-id: trunk@17329 -
This commit is contained in:
paul 2008-11-11 03:57:29 +00:00
parent bb70dad400
commit 3ca0b32173

View File

@ -585,6 +585,7 @@ type
property OnSelectionChange: TSelectionChangeEvent read FOnSelectionChange
write FOnSelectionChange;
property OnUTF8KeyPress;
property ParentColor default False;
property ParentFont;
property ParentShowHint;
property PopupMenu;