Android and Application.ProcessMessages
问题 i have application where I'm using form as message box, in this "message box" i run thread that changing messages on it and after thread finish, on message box i show buttons, only after clicking on button code can continue var FStart: TFStart; VariableX:Boolean; implementation uses UApp,UMess; {$R *.fmx} procedure TFStart.Button2Click(Sender: TObject); begin VariableX:=false; { There i show window and start thread after finish thread set VariableX as true and close form } // There i need to