1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-05 22:50:23 +00:00
QB64-PE/internal/help/_SOURCE_(function).txt
2016-03-18 08:36:04 -03:00

25 lines
510 B
Plaintext

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