I use this:
Application.Minimize;
in Vcl delphi application, but in Firemonkey I've got Undeclared identifire error.
How can I minimize my firemonkey form?
Try using the WindowState property like so 
WindowState := TWindowState.wsMinimized;
                        If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With