systeminfo ScreenColorMode property
Return to Introduction  Previous page  Next page
Applies to
acSystemInfo component.  

Declaration
type  
  TacScreenColorMode = (sm4bit, sm8bit, sm16bit, sm24bit, sm32bit);  
 
property ScreenColorMode: TacScreenColorMode;  

Description
The ScreenColorMode property determines and changes (if Allow_Edit is True) the screen color mode. Screen modes can be 4bit, 8bit, 16bit, 24bit and 32bit.  
 
tip The ScreenColorMode works both at run- and design-time. You can play with it changing the property value in the Delphi/BCB IDE.  

See also
ScreenResolution property.