Search code examples
delphifiremonkeyvcldelphi-10-seattle

TAniIndicator for VCL


I started using Firemonkey in Delphi XE 10 Seatle, and I really enjoyed the TAniIndicator. Is there an equivalent for the VCL? How can I generate the same effect on a VCL application? We have the TAnimate, but all it has are Windows animations. Tks


Solution

  • Delphi 10 Seattle and above include some Windows 10 style components, some of which also work on Windows 7 and 8.x. One of those is the TActivityIndicator, which you can find on the Windows 10 palette page. There's also a sample of its use available in the Samples\Object Pascal\VCL\ActivityIndicator folder.