maxfax
maxfax

Reputation: 4315

Delphi: image of Action doesn't appear on Tool Button

All is on a frame. I have an action list, there is an action with an image, the image appears in the action. I have assigned the action to a tool button but the image doesn't appear on it.

enter image description here

Why? Delphi XE.

Thanks!

Upvotes: 2

Views: 2268

Answers (1)

ain
ain

Reputation: 22759

You have to assign the imagelist to the toolbar's Images property.

Upvotes: 7

Related Questions