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

Capture and play voice with Asterisk ARI -

visual studio - Installing Packages through Nuget - "Central Directory corrupt" -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -