SOURCE (function): Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
See the examples in:
See the examples in:
* [[Bitmaps]]
* [[Bitmaps]]
* [[SAVEIMAGE]]
* [[SaveImage SUB]]
* [[SaveIcon32]]
* [[SaveIcon32]]


Line 25: Line 25:


{{PageNavigation}}
{{PageNavigation}}
[[Category:Latest]]

Latest revision as of 20:06, 5 January 2024

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