_BLEND (function)
Revision as of 03:16, 1 November 2017 by imported>Odin (3 revisions imported)
The _BLEND function returns enabled or disabled for the current window or a specified image handle when 32 bit.
Syntax
- result% = _BLEND [(imageHandle&)]
Description
- _BLEND returns -1 if enabled or 0 if disabled by _DONTBLEND statement.
- Note: _DONTBLEND is faster than the default _BLEND unless you really need to use it in 32 bit.
See also