Fudley 1 Posted June 28 Any way to assign a TSkAnimatedImage the animation in another TSkAnimatedImage? I want to switch the animation based on different conditions. Share this post Link to post
Fudley 1 Posted June 28 Checked the source. Its: [TSkAnimatedImage] .Source.assign([ other TSkAnimatedImage ].source); What a wonderful set of components the Skia set are. Very well done to the author! 1 Share this post Link to post
JonRobertson 72 Posted June 28 The Assign method is introduced in TPersistent. All well-written components should override the Assign method. I believe this dates back to Delphi 1. TPersistent.Assign Share this post Link to post