Click or drag to resize

IsColor Function

X#
Determines whether a computer can display color.

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 FUNCTION IsColor() AS LOGIC
Request Example View Source

Return Value

Type: Logic
IsColor( )Return Value Logical
Remarks
IsColor( ) returns true (.T.) if the computer has color capability (whether or not a color monitor is actually being used). If the computer doesn't provide color support, IsColor( ) returns false (.F.).
See Also