1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-05 21:40:25 +00:00
QB64-PE/internal/help/_SCREENHIDE__1111111111.txt
Roland Heyder 6912727753 Update help files
Help file snapshot as of 07/31/2022.
2022-07-31 23:57:56 +02:00

25 lines
648 B
Plaintext

{{QBDLDATE:07-31-2022}}
{{QBDLTIME:23:39:50}}
{{DISPLAYTITLE:_SCREENHIDE}}
The [[_SCREENHIDE]] statement can be used to hide the main program window in a section of code.
{{PageSyntax}}
: [[_SCREENHIDE]]
{{PageDescription}}
* Use [[_SCREENHIDE]] to get rid of the main program window until later in the program.
* Use the respective [[Metacommand]] to get rid of the program window throughout a program or when using [[$CONSOLE]].
{{PageSeeAlso}}
* [[$SCREENHIDE]], [[$SCREENSHOW]], [[$CONSOLE]] ([[Metacommand#QB64 Metacommands|QB64 Metacommands]])
* [[_SCREENSHOW]], [[_CONSOLE]]
* [[_SCREENICON]]
{{PageNavigation}}
[[Category:Final]]