mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 12:53:50 +02:00
lcl: set default values for TListView.ParentColor and TCustomImageList.Masked
git-svn-id: trunk@18930 -
This commit is contained in:
parent
9c1c4073f2
commit
b0938be4da
@ -1096,7 +1096,7 @@ type
|
||||
property MultiSelect;
|
||||
// property OwnerData;
|
||||
// property OwnerDraw;
|
||||
property ParentColor;
|
||||
property ParentColor default False;
|
||||
property ParentFont;
|
||||
property ParentShowHint;
|
||||
property PopupMenu;
|
||||
|
@ -196,7 +196,7 @@ type
|
||||
property Height: Integer read FHeight write SetHeight default 16;
|
||||
property Width: Integer read FWidth write SetWidth default 16;
|
||||
property OnChange: TNotifyEvent read FOnChange write FOnChange;
|
||||
property Masked: boolean read FMasked write SetMasked;
|
||||
property Masked: boolean read FMasked write SetMasked default False;
|
||||
property Reference: TWSCustomImageListReference read GetReference;
|
||||
property ShareImages: Boolean read FShareImages write SetShareImages default False;
|
||||
property ImageType: TImageType read FImageType write FImageType default itImage;
|
||||
|
Loading…
Reference in New Issue
Block a user