1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-04 04:50:22 +00:00
QB64-PE/internal/help/_DEST_(function)__1111_(00000000).txt
Roland Heyder aeb9c0668b Updates help files for use with new Wiki parser (2nd try)
Note: Many files were removed (not yet existing/empty pages). The parser will try to download them on demand and will auto-generate text for missing pages (eg. most _gl pages).
2022-05-21 00:18:31 +02:00

26 lines
835 B
Plaintext

{{QBDLDATE:05-20-2022}}
{{QBDLTIME:23:07:45}}
{{DISPLAYTITLE:_DEST (function)}}
The [[_DEST]] function returns the handle value of the current write page (the image used for drawing).
{{PageSyntax}}
:{{Parameter|result&}} = [[_DEST]]
{{PageDescription}}
* The current write page is where all drawing occurs by default.
* The value returned is the same as the latest [[SCREEN]]'s handle when creating custom screen modes using [[_NEWIMAGE]].
* Keep the _NEWIMAGE handle values when you move to another SCREEN mode so that you can return to that screen later. You can go to another screen mode and return without having to redo the screen.
* [[_DEST]] return values do not change in legacy screen modes. The value will not help restore them.
{{PageSeeAlso}}
* [[_DEST]]
* [[_SOURCE (function)]]
* [[SCREEN]]
{{PageNavigation}}