How to force the application to close ios app?
Close();
Application->Terminate();
error not supported by the platform
On the forum for the delphi FMX:
- Code: Select all
procedure TForm1.Button1Click(Sender: TObject);
begin
Halt(0);
end;
but in C++ Builder error: use of undeclared identifier 'Halt'