delphi - Minimize form in Firemonkey application -


i use this:

application.minimize; 

in vcl delphi application, in firemonkey i've got undeclared identifire error.

how can minimize firemonkey form?

try using windowstate property

windowstate := twindowstate.wsminimized; 

Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

c# - Can I intercept a SOAP response in .NET before a content type binding mismatch ProtocolException? -

css - Can I use the :after pseudo-element on an input field? -