_SOURCE (function)

From QB64 Phoenix Edition Wiki
Revision as of 20:43, 19 April 2022 by SMcNeill (talk | contribs) (Created page with "{{DISPLAYTITLE:_SOURCE (function)}} The _SOURCE function returns the present image source handle value. {{PageSyntax}} : {{Parameter|currentSource&}} = _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 _SOURCE statement. {{PageExamples}} See the examples in: * Bitmaps * SAVEIMAGE * SaveIcon32...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The _SOURCE function returns the present image source handle value.


Syntax

currentSource& = _SOURCE


Description

  • Returns a handle value that is a LONG integer type.
  • Save the source handle to a LONG variable for later restoration using the _SOURCE statement.


Examples

See the examples in:


See also



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link