1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 02:20:25 +00:00
QB64-PE/internal/help/_SOURCE_(function).txt

24 lines
510 B
Plaintext

The {{KW|_SOURCE}} function returns the present image _SOURCE handle value.
{{PageSyntax}}
:{{Parameter|present_source&}} = {{KW|_SOURCE (function)|_SOURCE}}
{{PageDescription}}
* Returns a handle value that is a {{KW|LONG}} Integer type.
* Save the source handle to a {{KW|LONG}} variable for later restoration using the {{KW|_SOURCE}} statement.
*''See Example:''
* [[Bitmaps]]
* [[SAVEIMAGE]]
* [[SaveIcon32]]
{{PageSeeAlso}}
* [[_DEST (function)]]
* [[_SOURCE]], [[_DEST]]
{{PageNavigation}}