TcxCustomCanvas.IsLowColorsMode Property
Identifies if an application is running in low-color mode.
Declaration
property IsLowColorsMode: Boolean read;
Property Value
| Type |
|---|
| Boolean |
Remarks
Many canvas-related operations require True Color (that is, 32-bits per pixel) mode. The IsLowColorsMode property returns False if an application is running in True Color mode; otherwise, True.
See Also