SOURCE (function): Difference between revisions
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 25: | Line 25: | ||
{{PageNavigation}} | {{PageNavigation}} | ||
Revision as of 17:42, 25 November 2022
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