Jump to content
Sign in to follow this  
Clément

Small bug in TControlListButton (Delphi 11 and Delphi 10.4.2)

Recommended Posts

Hi,

 

I managed to duplicate this small bug in Delphi 11 and Delphi 10.4.2.
1) Drop TControlList and Inside the Item area drop a TControlListButton.

2) Drop a ImageCollection and assign some images.

3) Drop a TVirtualImageList, link it to ImageCollection and Add some images.

4) Link TVirtualImagelist to TControlListButton.Images

 

Notice that it's not possible to View the icons either in ImageIndex nor ImageName properties.

You can set then manually, for example, if you assign ImageIndex := 0 and ImageName will reflect the correct image.

 

Should I report it? Or is it already known?

  • Like 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×