.. include:: headings.inc .. _SystemScreenType: ========================================================================================================================================== |phoenix_title| **SystemScreenType** ========================================================================================================================================== The `SystemScreenType` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ ``SYS_SCREEN_NONE`` Undefined screen type. ``SYS_SCREEN_TINY`` Tiny screen, less than 320x240. ``SYS_SCREEN_PDA`` ``PDA`` screen, 320x240 or more but less than 640x480. ``SYS_SCREEN_SMALL`` Small screen, 640x480 or more but less than 800x600. ``SYS_SCREEN_DESKTOP`` Desktop screen, 800x600 or more. ================================================================================ ================================================================================ |