[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
fx_IsFxOn()

Tests for installation of the color effects system.

Syntax:
     fx_IsFxOn()   ->   lInstalled

Arguments:
     None.

Returns:
     Returns a logical TRUE or FALSE value (.T./.F.) indicating whether
     or not the color effects system is installed.

Description:
     fx_IsFxOn() can be used to determine if the color effects system is
     installed without actually installing it.  This command may be used
     at any time.

Example:
     // If the color effects system is installed,
     // then fade some attributes.
     IF fx_IsFxOn()
        fx_Fade( "n", "w" )
     ENDIF

See Also: fx_Disable() fx_Enable()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson