Search code examples
delphibuttonfiremonkey

How to change delphi firemonkey Speed button Lookup style at run time


I am having Speed button Which is linked to MultiView as Master button . I need to show different Lookup styles when multiview is selected and not selected. How should i do this?


Solution

  • You can subclass the SpeedButton and override the ApplyStyle procedure in order to change the style on runtime.