Author: h.mohri
C++Builder 10.2 BCC32 can not write lambda.
So write an implementation in Invoke() with TCppInterfacedObject<>.
[crayon-69f933e8b8e1c557200160/]
Event prepared for calling with TThread::Synchronize().
[crayon-69f933e8b8e22521842821/]
Call TThread::CreateAnonymousThread() with a TButton event.
Place the TButton and TActivityIndicator
[crayon-69f933e8b8e23666259895/]
Build execution.
When you click the Button1, until the thread is finished "ActivityIndicator1->Animate = true";

